instance property

ScoutSdkPlatform get instance

Implementation

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

Implementation

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