FrontendActionInitializer<Event> class

Class

Constructors

FrontendActionInitializer({required Frontend frontend, required Event? event, required Type? eventType})
Helper class, which you should now seen

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<Request, Response>(FrontendAction<Event, Request, Response> frontendAction) → void
This method of this class you will use, when you will register Frontend handlers (methods)
runSimple<Request, Response>(SimpleFrontendAction<Request, Response> frontendAction) → void
This method finishes registration of Backend's simple actions with data-argument
runVoid<Response>(VoidFrontendAction<Response> frontendAction) → void
This method finishes registration of Backend's simple actions without data-argument
toString() String
A string representation of this object.
inherited

Operators

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