bloc_services library

Classes

OnStreamData<T>
  • this will be added whenever the stream emits a new value
  • OnStreamError<T extends Object>
  • this will be added whenever the stream emits an error
  • StreamBloc<State, StreamType extends Object?>
  • Contains implementation for single subscription streams
  • StreamType - the return type of the stream‚
  • StreamBlocEvent
    Base Class
    StreamData<L extends Object, R extends Object?>
  • L indicates a failure and R indicates a proper object.
  • Mixins

    MultipleStreamMixin<E, S, K extends Object>
    @mixin