removeOTPSMSAuthenticator_Pre method
Future<RemoveOTPSMSAuthenticatorResponse>
removeOTPSMSAuthenticator_Pre(
- ServiceCall call,
- Future<
RemoveOTPSMSAuthenticatorRequest> request
Implementation
$async.Future<$0.RemoveOTPSMSAuthenticatorResponse> removeOTPSMSAuthenticator_Pre($grpc.ServiceCall call, $async.Future<$0.RemoveOTPSMSAuthenticatorRequest> request) async {
return removeOTPSMSAuthenticator(call, await request);
}