boot property

  1. @override
CommandBoot get boot
inherited

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;