clearMarkers method

Future clearMarkers()

Implementation

Future clearMarkers() {
  return _mapChannel.invokeMethod('marker#clear');
}