printTextFull method
Implementation
Future<bool?> printTextFull({required String text, PrinterTextStyle? style}) {
throw UnimplementedError('printTextFull() has not been implemented.');
}
Future<bool?> printTextFull({required String text, PrinterTextStyle? style}) {
throw UnimplementedError('printTextFull() has not been implemented.');
}