Swiftybase
Function StackUtility

Register

Register Value Globally

Use the Register function to register an instance as a global dependency, which can be accessed by other function during execution.

Config

  • Dependency Name: The name you want to use to reference this dependency elsewhere.

  • Value: The actual value that you want to register globally.

Register

On this page