instance property

AmwalCardSdk get instance

Singleton instance of the Amwal Card SDK.

Use this instance to access all card payment functionality. The SDK follows the singleton pattern to ensure consistent state management across the application.

Implementation

static AmwalCardSdk get instance => const AmwalCardSdk._();