cancelPrinting method

Future<void> cancelPrinting()

Asks the SDK to abort any in-flight print, releasing the channel for a new attempt. Safe to call while a print is stuck.

Implementation

Future<void> cancelPrinting() =>
    throw UnimplementedError('cancelPrinting() not implemented.');