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