on abstract method

void on(
  1. String method,
  2. Handle? handle
)

on Register method handle. method Method name. handle Handle.

Implementation

void on(
  String method,
  Handle? handle,
);