getIsAcConnected() returns a Boolean representing if the connect printer is charging.
Future<bool?> getIsAcConnected() async { throw UnimplementedError('getIsAcConnected() has not been implemented.'); }