buildUseCaseStream abstract method

  1. @override
Future<Stream<void>> buildUseCaseStream(
  1. Params? params
)
override

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

Implementation

@override
Future<Stream<void>> buildUseCaseStream(Params? params);