prnSetAlign method

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

Implementation

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