setupPage method

Future<int?> setupPage(
  1. int width,
  2. int height
)

Implementation

Future<int?> setupPage(int width, int height) {
  throw UnimplementedError('setupPage() has not been implemented.');
}