flush method

dynamic flush({
  1. bool andFromBackpack = true,
})

Flush data from NyStorage

Implementation

flush({bool andFromBackpack = true}) async {
  return await deleteFromStorage(andFromBackpack: andFromBackpack);
}