setAlignment method

Future<void> setAlignment(
  1. PrintAlign alignment
)

Implementation

Future<void> setAlignment(PrintAlign alignment) {
  throw UnimplementedError('setAlignment() has not been implemented.');
}