clear method

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

Implementation

@override
Future<void> clear() async {
  _data = <String, dynamic>{};
}