clearGotits method

Future<void> clearGotits({
  1. bool notUsingHydratedStorage = false,
})

Implementation

Future<void> clearGotits({bool notUsingHydratedStorage = false}) async {
  (await fca.localStorage).delete('gotits');
  gotits.clear();
}