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