setMethodHandler method

void setMethodHandler(
  1. Future<void> handler(
    1. MethodCall call
    )
)

Implementation

void setMethodHandler(Future<void> Function(MethodCall call) handler) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}