clearRead method

Future<String?> clearRead()

Thrown by operations that have not been implemented yet. a UnsupportedError all things considered. This mistake is just planned for use during improvement.

Implementation

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