removeMyAuthFactorOTPSMS_Pre method

Future<RemoveMyAuthFactorOTPSMSResponse> removeMyAuthFactorOTPSMS_Pre(
  1. ServiceCall $call,
  2. Future<RemoveMyAuthFactorOTPSMSRequest> $request
)

Implementation

$async.Future<$0.RemoveMyAuthFactorOTPSMSResponse>
    removeMyAuthFactorOTPSMS_Pre($grpc.ServiceCall $call,
        $async.Future<$0.RemoveMyAuthFactorOTPSMSRequest> $request) async {
  return removeMyAuthFactorOTPSMS($call, await $request);
}