printTest method

Future<bool?> printTest()

Implementation

Future<bool?> printTest() {
  return FlutterUrovoPosPrinterPluginPlatform.instance.printTest();
}