Function unregisterStateContainer

  • Unregisters a state container from memory.

    Each registerStateContainer() call should be paired with unregisterStateContainer() invocation.

    Parameters

    • args: {
          containerId: string;
      }
      • containerId: string

    Returns void

Generated using TypeDoc