UpdateIpCommand constructor

UpdateIpCommand({
  1. required FlutterSdkManager flutterSdkManager,
})

Implementation

UpdateIpCommand({
  required super.flutterSdkManager,
}) {
  argParser.addOption(
    _ipOption,
    abbr: 'i',
    help: 'The IP address of the remote device',
  );
}