Options
All
  • Public
  • Public/Protected
  • All
Menu

Export Registry Provider

Hierarchy

  • StorageProvider

Index

Constructors

Methods

  • getItem(key: string, defaultValue?: string): string
  • The function to get the value with an associated key, is prefixed with networkType. Will support returning default value.

    Parameters

    • key: string
    • defaultValue: string = null

    Returns string

  • removeItem(key: string): void
  • The function to remove the value with an associated key, is prefixed with networkType.

    Parameters

    • key: string

    Returns void

  • setItem(key: string, value: string): void
  • The function to set the value with an associated key, is prefixed with networkType.

    Parameters

    • key: string
    • value: string

    Returns void

Generated using TypeDoc