setMethodCallHandler method

void setMethodCallHandler(
  1. Future handler(
    1. MethodCall
    )?
)

Implementation

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