Future<bool?> removeMarkers(List<int> markerIds) async { return _methodChannel.invokeMethod( MethodChannelEvent.removeMarkers, {'markerIds': markerIds}); }