allSessions method

Stream<List<AuthSession>> allSessions()

Get all sessions

Implementation

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