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