removeAllPolylines method

  1. @override
Future<bool?> removeAllPolylines()
override

Remove all polylines from the map.

Implementation

@override
Future<bool?> removeAllPolylines() async {
  return await methodChannel.invokeMethod<bool>(Events.removeAllPolylines);
}