cut static method

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

Print escpos data.

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

Use cutPaper instead.

Returns null.

Implementation

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