setTextDoubleHeight method

Future<Void?> setTextDoubleHeight(
  1. bool enable
)

Implementation

Future<Void?> setTextDoubleHeight(bool enable) {
  return SenraisePrinterPlatform.instance.setTextDoubleHeight(enable);
}