action method

  1. @override
bool action(
  1. Function action,
  2. Cell host, {
  3. Arguments? arguments,
})
override

Validates an action against test rules

Implementation

@override
bool action(Function action, Cell host, {Arguments? arguments}) => true;