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