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