deleteAll method

Future<void> deleteAll()

Delete all value

Implementation

Future<void> deleteAll() async {
  _sharedPreferences.reload();
}