MethodChannelIosbluetoothconnector class
An implementation of IosbluetoothconnectorPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- IosbluetoothconnectorPlatform
- MethodChannelIosbluetoothconnector
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
carriageReturn(
) → Future< String?> -
override
-
connect(
dynamic bluetoothId) → Future< String?> -
override
-
disconnect(
) → Future< String?> -
override
-
getConnectedDevice(
) → dynamic -
override
-
getDiscoveredDevices(
) → Future< List< BluetoothDeviceModel> ?> -
override
-
getPlatformVersion(
) → Future< String?> -
override
-
getUpdatedDevices(
) → Future< List?> -
override
-
initializePrinter(
) → Future< String?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
printBarcodeFromText(
dynamic text) → Future< String?> -
override
-
printBufferAndFeed(
dynamic number) → Future< String?> -
override
-
printImage(
dynamic imagePath) → Future< String?> -
override
-
printLine(
dynamic text) → Future< String?> -
override
-
printLineFeed(
) → Future< String?> -
override
-
printTab(
) → Future< String?> -
override
-
printToBuffer(
) → Future< String?> -
override
-
setLineSpacing(
dynamic number) → Future< String?> -
override
-
startScanningBluetooth(
) → Future< String?> -
override
-
stopScanning(
) → Future< String?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited