clear method

Future<void> clear()

Implementation

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