deviceProxy property

Future<String> deviceProxy

Implementation

static Future<String> get deviceProxy async {
  final version = await _channel.invokeMethod('getDeviceProxy');
  return version ?? "";
}