instance property
AdvanceExpansionTilePlatform
get
instance
The default instance of AdvanceExpansionTilePlatform to use.
Defaults to MethodChannelAdvanceExpansionTile.
Implementation
static AdvanceExpansionTilePlatform get instance => _instance;
set
instance
(AdvanceExpansionTilePlatform instance)
Platform-specific implementations should set this with their own platform-specific class that extends AdvanceExpansionTilePlatform when they register themselves.
Implementation
static set instance(AdvanceExpansionTilePlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}