instance property

Implementation

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

Implementation

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