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