stream<K, V> method

Stream<RecordSnapshot<K, V>?> stream<K, V>(
  1. K key, {
  2. String? scope,
})

Implementation

Stream<RecordSnapshot<K, V>?> stream<K, V>(K key, {String? scope}) {
  return AargulDatabaseManager.streamItem<K, V>(key, db: __db, scope: scope);
}