PluginConstants class Null safety

Constructors

PluginConstants()

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

channelBluetoothDevice → const String
"com.gainscha.sdk.bluetoothDeviceChannel"
channelBluetoothReadData → const String
"com.gainscha.sdk:bluetoothReadData"
channelConnectState → const String
"com.gainscha.sdk:ConnectState"
channelMethodCall → const String
"com.gainscha.sdk:methodChannel"
channelTcpReadData → const String
"com.gainscha.sdk:tcpReadData"
channelTtyReadData → const String
"com.gainscha.sdk:ttyReadData"
channelUsbAccessoryReadData → const String
"com.gainscha.sdk:usbAccessoryReadData"
channelUsbReadData → const String
"com.gainscha.sdk:usbReadData"
methodConnectBluetoothPrinter → const String
"connectBluetoothPrinter"
methodConnectTcpPrinter → const String
"connectTcpPrinter"
methodConnectTtyPrinter → const String
"connectTtyPrinter"
methodConnectUsbAccessoryPrinter → const String
"connectUsbAccessoryPrinter"
methodConnectUsbPrinter → const String
"connectUsbPrinter"
methodDisconnectAllPrinter → const String
"disconnectAllPrinter"
methodDisconnectBluetoothPrinter → const String
"disconnectBluetoothPrinter"
methodDisconnectTcpPrinter → const String
"disconnectTcpPrinter"
methodDisconnectTtyPrinter → const String
"disconnectTtyPrinter"
methodDisconnectUsbAccessoryPrinter → const String
"disconnectUsbAccessoryPrinter"
methodDisconnectUsbPrinter → const String
"disconnectUsbPrinter"
methodGetConnectedBluetoothPrinter → const String
"getConnectedBluetoothPrinter"
methodGetConnectedTcpPrinter → const String
"getConnectedTcpPrinter"
methodGetConnectedTtyPrinter → const String
"getConnectedTtyPrinter"
methodGetConnectedUsbAccessoryPrinter → const String
"getConnectedAccessoryPrinter"
methodGetConnectedUsbPrinter → const String
"getConnectedUsbPrinter"
methodScanBluetoothDevice → const String
"scanBluetoothDevice"
methodScanTcpDevice → const String
"scanTcpDevice"
methodScanTtyDevice → const String
"scanTtyDevice"
methodScanUsbAccessoryDevice → const String
"scanUsbAccessoryDevice"
methodScanUsbDevice → const String
"scanUsbDevice"
methodSetLocatetionEnableStringForBluetoothScan → const String
"setLocatetionEnableStringForBluetoothScan"
methodStopScanBluetoothDevice → const String
"stopScanBluetoothDevice"
methodWriteToBluetoothPrinter → const String
"writeToBluetoothPrinter"
methodWriteToTcpPrinter → const String
"writeToTcpPrinter"
methodWriteToTtyPrinter → const String
"writeToTtyPrinter"
methodWriteToUsbAccessoryPrinter → const String
"writeToUsbAccessoryPrinter"
methodWriteToUsbPrinter → const String
"writeToUsbPrinter"