Function setThemeInLocalstorage

sets the themes config in the localstorage

  • Parameters

    • ctx: Context
    • theme: {
          assistantColor: string;
          assistantSecondaryColor: null | string;
      }
      • assistantColor: string
      • assistantSecondaryColor: null | string

    Returns Promise<void>