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