setPrintArea method

Future<bool> setPrintArea(
  1. double width,
  2. double height
)

Set print area size

Implementation

Future<bool> setPrintArea(double width, double height) {
  throw UnimplementedError('setPrintArea() has not been implemented.');
}