removeAll static method

Future<void> removeAll()

删除全部数据

Implementation

static Future<void> removeAll() async {
  await GetStorage().erase();
}