instance property

BtprinterPlatform get instance

Implementation

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

Implementation

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