method FeatureFlagService.prototype.status
FeatureFlagService.prototype.status(): FlagProviderStatus | undefined

Forwards the provider's optional health status.

Return Type

FlagProviderStatus | undefined

Status when the provider exposes status(), else undefined.

Usage

import { FeatureFlagService } from "feature-flags-plugin/src/index.ts";