getDistanceMILOn property

Future<String> getDistanceMILOn

Implementation

static Future<String> get getDistanceMILOn async {
  final String data = await _channel.invokeMethod('getDistanceMILOn');
  return data;
}