NotifiFrontendConfiguration: AuthParams & Readonly<{
    env?: NotifiEnvironment;
    storageOption?: Readonly<{
        driverType?: "LocalForage" | "InMemory";
    }>;
    tenantId: string;
}>

Initializes the NotifiFrontendClient with the given configuration.