BootstrapCommand constructor

BootstrapCommand({
  1. required FlutterSdkManager flutterSdkManager,
})

Implementation

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