addOTPEmailAuthenticator_Pre method

Future<AddOTPEmailAuthenticatorResponse> addOTPEmailAuthenticator_Pre(
  1. ServiceCall $call,
  2. Future<AddOTPEmailAuthenticatorRequest> $request
)

Implementation

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