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