setMethodCallHandler method

Future<void> setMethodCallHandler(
  1. Future handler(
    1. MethodCall call
    )?
)

Implementation

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