buildUseCaseStream abstract method

Future<Stream<T?>> buildUseCaseStream(
  1. Params? params
)

Builds the Stream to be subscribed to. Params is required by the UseCase to retrieve the appropraite data from the repository

Implementation

Future<Stream<T?>> buildUseCaseStream(Params? params);