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