clear method

  1. @override
Future<bool> clear()

Implementation

@override
Future<bool> clear() {
  return _manager.clear();
}