ApiGatewayClient constructor
ApiGatewayClient(
- Stage stage
Implementation
factory ApiGatewayClient(Stage stage) => stage == Stage.sandbox ? _sandboxInstance : _prodInstance;
factory ApiGatewayClient(Stage stage) => stage == Stage.sandbox ? _sandboxInstance : _prodInstance;