initPrinter static method
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;
}