getBluetoothDevices method

Future<List<BluetoothPrinterDevice>> getBluetoothDevices()

Get list of paired Bluetooth devices

Implementation

Future<List<BluetoothPrinterDevice>> getBluetoothDevices() {
  throw UnimplementedError('getBluetoothDevices() has not been implemented.');
}