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