getAllData method

Future<List<T>> getAllData()

Implementation

Future<List<T>> getAllData() async {
  return box.getAll();
}