on method

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

The method channel used to interact with the native platform.

Implementation

@override
void on(
  String method,
  Handle handle,
) {
  _npc.on(method, handle);
}