menu
fluttersdk_artisan package
documentation
fluttersdk_artisan.dart
ArtisanCommand
handle abstract method
handle abstract method
dark_mode
light_mode
handle
abstract method
Future
<
int
>
handle
(
ArtisanContext
ctx
)
Execute the command. Returns the process exit code.
Implementation
Future<int> handle(ArtisanContext ctx);
fluttersdk_artisan package
documentation
fluttersdk_artisan
ArtisanCommand
handle abstract method
ArtisanCommand class