responseMethod method

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

Implementation

Future<void> responseMethod(Future<dynamic> Function(MethodCall)? handler) async {
  _instance.responseMethod(handler);
}