reset static method

dynamic reset()

Implementation

static reset() async {
  await deleteDatabase(path);
}