ConsysGertecPluginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • ConsysGertecPluginPlatform
Implementers

Constructors

ConsysGertecPluginPlatform()
Constructs a ConsysGertecPluginPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cutPaper() Future<bool>
feedPaper({int lines = 10}) Future<bool>
getPlatformVersion() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printQRCode({required String qrCodeData, String size = 'FULL'}) Future<bool>
printText({required String text, String alignment = 'LEFT', int fontSize = 24, bool isBold = false}) Future<bool>
scanBarcode() Future<String?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance ConsysGertecPluginPlatform
The default instance of ConsysGertecPluginPlatform to use.
getter/setter pair