instance property

ScreenHelperPlatform get instance

Implementation

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

Implementation

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