IosbluetoothconnectorPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- IosbluetoothconnectorPlatform
- Implementers
Constructors
- IosbluetoothconnectorPlatform.new()
- Constructs a IosbluetoothconnectorPlatform.
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
-
carriageReturn(
) → Future< String?> -
connect(
dynamic bluetoothId) → Future< String?> -
disconnect(
) → Future< String?> -
getConnectedDevice(
) → dynamic -
getDiscoveredDevices(
) → Future< List< BluetoothDeviceModel> ?> -
getPlatformVersion(
) → Future< String?> -
getUpdatedDevices(
) → Future< List?> -
initializePrinter(
) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
printBarcodeFromText(
dynamic text) → Future< String?> -
printBufferAndFeed(
dynamic number) → Future< String?> -
printImage(
dynamic imagePath) → Future< String?> -
printLine(
dynamic text) → Future< String?> -
printLineFeed(
) → Future< String?> -
printTab(
) → Future< String?> -
printToBuffer(
) → Future< String?> -
setLineSpacing(
dynamic number) → Future< String?> -
startScanningBluetooth(
) → Future< String?> -
stopScanning(
) → Future< String?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ IosbluetoothconnectorPlatform
-
The default instance of IosbluetoothconnectorPlatform to use.
getter/setter pair