@override Future<void> setMarker(String marker) async { await methodChannel.invokeMethod<void>('setMarker', {marker: marker}); }