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