resetDataBase static method

dynamic resetDataBase()

Implementation

static resetDataBase() async {
  await StorageBase.reset();
}