InteractorOf<BackendType extends Backend> class abstract

Class

Constructors

InteractorOf(Backend _backend)
InteractorOf<Backend> - is a facade to communicate between Backend's Only InteractorOf have access to private Backend's method, which can be used to send data to another Backend

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run<Event, Req extends Object?, Res extends Object?>({required Event event, Req? data}) Future<Maybe<Res>>
Method for using private InteractorOf<Backend> method to sending data to another Backend
toString() String
A string representation of this object.
inherited

Operators

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