getBluetoothDevices method
Get list of paired Bluetooth devices
Implementation
Future<List<BluetoothPrinterDevice>> getBluetoothDevices() {
throw UnimplementedError('getBluetoothDevices() has not been implemented.');
}
Get list of paired Bluetooth devices
Future<List<BluetoothPrinterDevice>> getBluetoothDevices() {
throw UnimplementedError('getBluetoothDevices() has not been implemented.');
}