allSessionsSync method
Get all sessions
Implementation
List<AuthSession> allSessionsSync() {
return _isar.authSessions.where().findAllSync();
}
Get all sessions
List<AuthSession> allSessionsSync() {
return _isar.authSessions.where().findAllSync();
}