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