Future<bool?> setGrayLevel({required int level}) { return FlutterUrovoPosPrinterPluginPlatform.instance.setGrayLevel(level:level); }