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