clear method

Future<bool> clear()

清除

Implementation

Future<bool> clear() async => await _prefs.clear();