setMethodCallHandler method

dynamic setMethodCallHandler({
  1. required ValueChanged<FlutterMobileIMSDKMethod> handler,
})

Implementation

setMethodCallHandler({required ValueChanged<FlutterMobileIMSDKMethod> handler}) {
  throw UnimplementedError('setMethodCallHandler() has not been implemented.');
}