instance property

Implementation

static ScreenPlusPlatform get instance => _instance;
void instance=(ScreenPlusPlatform instance)

Implementation

static set instance(ScreenPlusPlatform instance) {
  PlatformInterface.verify(instance, _token);
  _instance = instance;
}