getAll method

  1. @override
List<Map<String, dynamic>> getAll()
override

Gets all of the values of the store

Implementation

@override
List<Map<String, dynamic>> getAll() {
  _checkInitialized();
  return values;
}