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