getBluetoothDevices method

Future<List<BluetoothPrinterDevice>> getBluetoothDevices()

Get list of paired Bluetooth devices

Implementation

Future<List<BluetoothPrinterDevice>> getBluetoothDevices() {
  return XprinterPlatform.instance.getBluetoothDevices();
}