instance property

SynthKitPlatform get instance

Implementation

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

Implementation

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