bindingPrinter static method

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

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;
}