StreamFactory<T> typedef

StreamFactory<T> = Future<Stream<T>> Function()

Method signature of a stream factory method.

Implementation

typedef StreamFactory<T> = Future<Stream<T>> Function();