prnSetSpeed method

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

Implementation

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