commitResponse method
Implementation
Future<void> commitResponse(final dynamic response) async {
await methodChannel.invokeMethod("commitResponse", {"response": response});
}
Future<void> commitResponse(final dynamic response) async {
await methodChannel.invokeMethod("commitResponse", {"response": response});
}