BootstrapCommand constructor
BootstrapCommand({
- required FlutterSdkManager flutterSdkManager,
Implementation
BootstrapCommand({
required super.flutterSdkManager,
}) : sshService = SshService(flutterSdkManager: flutterSdkManager),
remoteControllerService = RemoteControllerService(
flutterSdkManager: flutterSdkManager,
);