getIsAcConnected method

Future<bool?> getIsAcConnected()

getIsAcConnected() returns a Boolean representing if the connect printer is charging.

Implementation

Future<bool?> getIsAcConnected() {
  throw UnimplementedError('getIsAcConnected() has not been implemented.');
}