prnSetLineSpace method

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

Implementation

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