pair method

Future<void> pair(
  1. BluetoothPrinter device
)

Implementation

Future<void> pair(BluetoothPrinter device) {
  throw Exception('Platform does not support');
}