instance property

Implementation

static NativeSocialSharePlatform get instance => _instance;
set instance (NativeSocialSharePlatform instance)

Implementation

static set instance(NativeSocialSharePlatform instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}