initialize static method
Initialize service - load persistent flags. Call this once at app startup for better performance.
Implementation
static Future<void> initialize() async {
await _loadPersistentFlags();
}
Initialize service - load persistent flags. Call this once at app startup for better performance.
static Future<void> initialize() async {
await _loadPersistentFlags();
}