execute method

  1. @override
Future<void> execute()
override

Implementation

@override
Future<void> execute() async {
  print("""List of available commands\n
  init: Initialize the structure of an existing project. Example: bloc init
  create screen: Generate screens (pages) for your application. Example: bloc create screen <screen_name>
  help: Display this help message\n\n""");
}