UseCaseManager class

Constructors

UseCaseManager.new({bool debug = false})

Properties

debug bool
final
hashCode int
The hash code for this object.
no setterinherited
isExecuting DartValueNotifier<bool>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call<T extends UseCase<Object?, dynamic>>({UseCaseObserver? observer, dynamic args}) Future<void>
callFuture<T extends UseCase<Object?, dynamic>>([dynamic args]) Future
callStream<T extends UseCase<Object?, dynamic>>([dynamic args]) Stream
flush() Future<void>
invoke(covariant UseCase<Object?, dynamic> useCase, {UseCaseObserver? observer, dynamic args}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register<T extends UseCase<Object?, dynamic>>(UseCaseBuilder<T> builder) → dynamic
Registers a UseCase
subscribe<T extends UseCase<Object?, dynamic>>(UseCaseObserver observer) UseCaseSubscription<UseCase<Object?, dynamic>>
toString() String
A string representation of this object.
inherited
useCaseExists<T extends UseCase<Object?, dynamic>>() bool

Operators

operator ==(Object other) bool
The equality operator.
inherited