getBluetoothDevices method
Get list of paired Bluetooth devices
Implementation
Future<List<BluetoothPrinterDevice>> getBluetoothDevices() {
return XprinterPlatform.instance.getBluetoothDevices();
}
Get list of paired Bluetooth devices
Future<List<BluetoothPrinterDevice>> getBluetoothDevices() {
return XprinterPlatform.instance.getBluetoothDevices();
}