prnSetItalic method

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

Implementation

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