connectBluetooth abstract method

Future<void> connectBluetooth(
  1. String mac
)

Connects to a printer via Bluetooth using the printer's mac address.

Example: await connectBluetooth("00:11:22:33:44:55");

Implementation

Future<void> connectBluetooth(String mac);