n2fCallDispatcher abstract method

dynamic n2fCallDispatcher(
  1. MethodCall call
)

A method for dispatching the notification to the platform.

This method is used to dispatch the notification to the platform.

Implementation

dynamic n2fCallDispatcher(MethodCall call);