initPrinter static method

  1. @Deprecated('This method will be removed in a future version. ')
Future<String?> initPrinter()

Initializes the printer.

Deprecated: This method will be removed in a future version.

Returns null.

Implementation

@Deprecated('This method will be removed in a future version. ')
static Future<String?> initPrinter() async {
  return null;
}