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