- Inheritance
-
- Object
- PlatformInterface
- BleGprinterPlatform
- Implementers
Methods
-
connectPrinter(String deviceAddress, String deviceName)
→ Future<bool>
-
-
disconnectPrinter()
→ Future<bool>
-
-
getPlatformVersion()
→ Future<String?>
-
-
getPrinterStatus({int instruction = 1})
→ Future<Map<String, dynamic>>
-
-
isConnected()
→ Future<bool>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
printPdf(String pdfPath, {int width = 80, int height = 120, int dpi = 203, int density = 8, int speed = 2, int paperType = 1, int instruction = 1})
→ Future<Map<String, dynamic>>
-
-
searchPrinters({bool onlyGprinter = true})
→ Future<bool>
-
-
stopSearch()
→ Future<bool>
-
-
toString()
→ String
-
A string representation of this object.
inherited