getAllData static method

dynamic getAllData()

Implementation

static getAllData() async {
  return await StorageBase.getAllData();
}