initMethodCallHandler method
dynamic
initMethodCallHandler()
Initialize callback for handling method calls from native platform
Implementation
initMethodCallHandler() {
throw UnimplementedError(
'initMethodCallHandler() has not been implemented.',
);
}