action method

void action(
  1. String action
)

Implementation

void action(String action) {
  UIConsole.log('action: $action');
}