clearDisk method

Future<void> clearDisk()

清空缓存

Implementation

Future<void> clearDisk() {
  return _methodChannel.clearDisk(mapId: mapId);
}