boot property
Install commands run before the Flutter app boots: no VM Service, no
connected isolate. The dispatcher constructs a ArtisanContext.bare.
Implementation
@override
CommandBoot get boot => CommandBoot.none;
Install commands run before the Flutter app boots: no VM Service, no
connected isolate. The dispatcher constructs a ArtisanContext.bare.
@override
CommandBoot get boot => CommandBoot.none;