instance property

Implementation

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

Implementation

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