cut static method
- @Deprecated('This method will be removed in a future version. Use cutPaper instead.')
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;
}