menu
base_data package
documentation
db_source.dart
StreamByIdDbSource<T>
streamById abstract method
streamById abstract method
dark_mode
light_mode
streamById
abstract method
Stream
<
T?
>
streamById
(
String
?
id
, [
Map
?
args
])
Implementation
Stream<T?> streamById(String? id, [Map? args]);
base_data package
documentation
db_source
StreamByIdDbSource<T>
streamById abstract method
StreamByIdDbSource mixin