main function

Future<void> main(
  1. List<String> arguments
)

Entry point for the make:bottom_sheet_modal command.

Implementation

Future<void> main(List<String> arguments) async =>
    await _MakeBottomSheetModalCommand(arguments).run();