removeAction method
[Future[<[bool]>]] removeAction(
- [dynamic key]
)
Removes a specific action from the queue.
params:
key
: the key of the action to be removed.
returns:
Future<bool>
: returns true if the action was removed successfully, otherwise false.
Implementation
Future<bool> removeAction(dynamic key) async
- talawa
- offline_action_queue
- OfflineActionQueue
- removeAction method