addOTPSMSAuthenticator_Pre method
Future<AddOTPSMSAuthenticatorResponse>
addOTPSMSAuthenticator_Pre(
- ServiceCall $call,
- Future<
AddOTPSMSAuthenticatorRequest> $request
Implementation
$async.Future<$0.AddOTPSMSAuthenticatorResponse> addOTPSMSAuthenticator_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.AddOTPSMSAuthenticatorRequest> $request) async {
return addOTPSMSAuthenticator($call, await $request);
}