streamAll method

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

Implementation

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