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