getLocation property

Future<Map> getLocation

Implementation

static Future<Map<dynamic, dynamic>> get getLocation async {
  var result = await _channel.invokeMethod('getLocation');
  return result;
}