isRibbonValid() returns a boolean representing if the ribbon is valid for the connected printer.
Future<bool?> isRibbonValid() async { throw UnimplementedError('isRibbonValid() has not been implemented.'); }