Remove all polygons from the map.
@override Future<bool?> removeAllPolygons() async { return await methodChannel.invokeMethod<bool>( Events.removeAllPolygons, ); }