fireAction method

void fireAction(
  1. String action
)

Implementation

void fireAction(String action) {
  _actionMap[action]?.call();
}