clearLog method

Future<String?> clearLog()

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?> clearLog() {
  throw UnimplementedError('clearLog() has not been implemented.');
}