instance property
AmwalWalletSdk
get
instance
Returns the singleton instance of AmwalWalletSdk.
This ensures that only one instance of the SDK exists throughout the application lifecycle, maintaining consistent state and configuration.
Implementation
static AmwalWalletSdk get instance => const AmwalWalletSdk._();