instance property
EasymerchantsdkPlatform
get
instance
Implementation
static EasymerchantsdkPlatform get instance => _instance;
set
instance
(EasymerchantsdkPlatform instance)
Implementation
static set instance(EasymerchantsdkPlatform instance) {
PlatformInterface.verify(instance, _token);
_instance = instance;
}