Connects to a printer via Bluetooth using the printer's mac address.
mac
Example: await connectBluetooth("00:11:22:33:44:55");
Future<void> connectBluetooth(String mac);