setupPage method

Future<bool?> setupPage({
  1. required int height,
  2. required int width,
})

Implementation

Future<bool?> setupPage({required int height, required int width}) {
  return FlutterUrovoPosPrinterPluginPlatform.instance.setupPage(height: height, width: width);
}