allSessionsSync method

List<AuthSession> allSessionsSync()

Get all sessions

Implementation

List<AuthSession> allSessionsSync() {
  return _isar.authSessions.where().findAllSync();
}