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