isConfigured property

bool get isConfigured

True once configure has finished successfully. Native-calling methods bail out early when false so no getOfferings / purchasePackage request reaches the plugin before the SDK is ready.

Implementation

bool get isConfigured => _isConfigured;