streamAll method

  1. @override
Stream<List<T>?> streamAll([
  1. Map? args
])
override

Implementation

@override
Stream<List<T>?> streamAll([Map? args]) {
  return (dbSource as StreamAllDbSource).streamAll(args) as Stream<List<T>>;
}