responseMethod method

Future<void> responseMethod(
  1. Future handler(
    1. MethodCall
    )?
)

响应方法 Future

Implementation

Future<void> responseMethod(Future<dynamic> Function(MethodCall)? handler) {
  return AMapPluginPlatform.instance.responseMethod(handler);
}