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