@override Future<void> setStyle(String style) async { await _channel.invokeMethod('map#setStyle', <String, dynamic>{ 'style': style, }); }