clear method

Future<void> clear()

Implementation

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