Skip to main content

removeAction method

[Future[<[bool]>]] removeAction(

  1. [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 
  1. talawa
  2. offline_action_queue
  3. OfflineActionQueue
  4. removeAction method
OfflineActionQueue class