bindingPrinter static method
bindingPrinter 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<bool?> bindingPrinter() async {
return null;
}