instance property

Implementation

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

Implementation

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