@override Future<String?> disconnectPrinter() async { final response = await methodChannel.invokeMethod<String>('disconnect'); return response; }