MobigoiotApiPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- MobigoiotApiPlatform
- Implementers
Constructors
- MobigoiotApiPlatform.new()
- Constructs a MobigoiotApiPlatform.
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
-
getScanResult(
) → Stream< ScannerResult?> ? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
printBitmap(
Uint8List data) → Future< bool?> -
printEndLine(
) → Future< bool?> -
printText(
String text) → Future< bool?> -
printTextFull(
{required String text, PrinterTextStyle? style}) → Future< bool?> -
startScanner(
{bool turnOnFlash = false, bool turnOnBeep = false, bool turnOnVibration = false, ScannerMode scannerMode = ScannerMode.single, int delay = 500}) → Future< bool?> -
stopScanner(
) → Future< bool?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ MobigoiotApiPlatform
-
The default instance of MobigoiotApiPlatform to use.
getter/setter pair