clearAll method

Future<void> clearAll()

Implementation

Future<void>clearAll() {
  throw UnimplementedError('clearAll() has not been implemented.');
}