Future<void> setMapMode(int value) async { return _channel.invokeMethod('setMapMode', {'mapMode': value}); }