addOTPSMSAuthenticator_Pre method

Future<AddOTPSMSAuthenticatorResponse> addOTPSMSAuthenticator_Pre(
  1. ServiceCall call,
  2. Future<AddOTPSMSAuthenticatorRequest> request
)

Implementation

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