execute method Null safety

  1. @override
Future execute()

Implementation

@override
Future execute() async {
  final build = Build(context);
  await build.execute();
}