clear method

Future<bool> clear()

Implementation

Future<bool> clear() async {
  return await _prefs.clear();
}