getSessions method

Future<List<ApiSessionModel>> getSessions()

Implementation

Future<List<ApiSessionModel>> getSessions() {
  return ApiDatabaseService().getSessions();
}