@override Future<String?> getPrinterHardwareVersion() async { return await methodChannel .invokeMethod<String>('getPrinterHardwareVersion'); }