removeOTPEmailAuthenticator_Pre method

Future<RemoveOTPEmailAuthenticatorResponse> removeOTPEmailAuthenticator_Pre(
  1. ServiceCall $call,
  2. Future<RemoveOTPEmailAuthenticatorRequest> $request
)

Implementation

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