clear method

Future<String?> clear()

Implementation

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