addOTPEmailAuthenticator_Pre method
Future<AddOTPEmailAuthenticatorResponse>
addOTPEmailAuthenticator_Pre(
- ServiceCall call,
- Future<
AddOTPEmailAuthenticatorRequest> request
Implementation
$async.Future<$0.AddOTPEmailAuthenticatorResponse> addOTPEmailAuthenticator_Pre($grpc.ServiceCall call, $async.Future<$0.AddOTPEmailAuthenticatorRequest> request) async {
return addOTPEmailAuthenticator(call, await request);
}