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