commitResponse method

Future<void> commitResponse(
  1. dynamic response
)

Implementation

Future<void> commitResponse(final dynamic response) async {
  return await _otplessChannel.commitResponse(response);
}