removeMyAuthFactorOTPEmail_Pre method
Future<RemoveMyAuthFactorOTPEmailResponse>
removeMyAuthFactorOTPEmail_Pre(
- ServiceCall $call,
- Future<
RemoveMyAuthFactorOTPEmailRequest> $request
Implementation
$async.Future<$0.RemoveMyAuthFactorOTPEmailResponse>
removeMyAuthFactorOTPEmail_Pre($grpc.ServiceCall $call,
$async.Future<$0.RemoveMyAuthFactorOTPEmailRequest> $request) async {
return removeMyAuthFactorOTPEmail($call, await $request);
}