getRibbonName method

Future<String?> getRibbonName()

getRibbonName() returns a String representing the ribbon installed in the printer (will return empty string if there is no ribbon). Only the M611 and M710 support ribbons.

Implementation

Future<String?> getRibbonName() async {
  throw UnimplementedError('getRibbonName() has not been implemented.');
}