getAll method

  1. @override
List<SessionData> getAll()
inherited

Implementation

@override
List<T> getAll() {
  return data.values.toList();
}