clearAll method

Future<void> clearAll()

Implementation

Future<void> clearAll() {
  return _platform.clearAll();
}