setTextBold method

Future<Void?> setTextBold(
  1. bool bold
)

Implementation

Future<Void?> setTextBold(bool bold) {
  return SenraisePrinterPlatform.instance.setTextBold(bold);
}