invoke method

Object? invoke(
  1. T intent
)

Invokes this action with the given intent.

Implementation

Object? invoke(T intent) {
  return null;
}