removeOTPEmailAuthenticator_Pre method
Future<RemoveOTPEmailAuthenticatorResponse>
removeOTPEmailAuthenticator_Pre(
- ServiceCall call,
- Future<
RemoveOTPEmailAuthenticatorRequest> request
Implementation
$async.Future<$0.RemoveOTPEmailAuthenticatorResponse> removeOTPEmailAuthenticator_Pre($grpc.ServiceCall call, $async.Future<$0.RemoveOTPEmailAuthenticatorRequest> request) async {
return removeOTPEmailAuthenticator(call, await request);
}