ActionHandlerService class
A service class to handle different types of actions, including API calls.
with proper error handling and UI updates based on the action type.
Constructors
:
Properties
[hashCode] [→ int] : The hash code for this object. ::: features no setterinherited :::
[runtimeType] [→ Type] : A representation of the runtime type of the object. ::: features no setterinherited :::
Methods
[executeApiCall][ [→ Future[<[bool?]>]] ] : Method to execute an API action.
[noSuchMethod][([[Invocation] invocation]) → dynamic ] : Invoked when a nonexistent method or property is accessed. ::: features inherited :::
[performAction][ [→ Future<[void>]] ] : Processes a user action based on its type, with error handling and UI update.
[toString][ [→ String] ] : A string representation of this object. ::: features inherited :::
Operators
[operator ==][([[Object] other]) [→ bool] ] : The equality operator. ::: features inherited :::
- talawa
- user_action_handler
- ActionHandlerService class