allSessions method
Get all sessions
Implementation
Stream<List<AuthSession>> allSessions() {
return _isar.authSessions.where().watch(fireImmediately: true);
}
Get all sessions
Stream<List<AuthSession>> allSessions() {
return _isar.authSessions.where().watch(fireImmediately: true);
}