isSDKConfigured property

bool get isSDKConfigured

Checks if the DevRev SDK is configured. isConfigured isn't returning the correct value in some cases, so we maintain our own flag to track configuration state.

Implementation

static bool get isSDKConfigured => _isConfigured;