prnSetBold method

Future<int?> prnSetBold(
  1. int value
)

Implementation

Future<int?> prnSetBold(int value) {
  throw UnimplementedError('prnSetBold() has not been implemented.');
}