ActionHandler<A_T extends XAction>.of constructor

ActionHandler<A_T extends XAction>.of(
  1. BuildContext context
)

Implementation

factory ActionHandler.of(BuildContext context) {
  throw UnimplementedError();
}