getBluetoothVersion method
getBluetoothVersion() returns a String representing the bluetooth version of the connected printer.
Implementation
Future<String?> getBluetoothVersion() async {
throw UnimplementedError('getBluetoothVersion() has not been implemented.');
}