clear static method

Future<bool> clear()

Implementation

static Future<bool> clear() async {
  await StorageBase.deleteAll(DatabaseCompute());
  return true;
}