action method

void action(
  1. String action
)
inherited

Implementation

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