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