clearMap method

Future clearMap()

Implementation

Future clearMap() {
  return _mapChannel.invokeMethod('map#clear');
}