clear method

  1. @override
Future<void> clear()
override

Implementation

@override
Future<void> clear() {
  throw Exception();
}