clear method

  1. @override
Future clear()
override

清除所有

Implementation

@override
Future clear() async {
  value.clear();
}