instance property

Implementation

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

Implementation

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