Cuts the paper.
Returns a String indicating the result of the operation, or null.
null
static Future<String?> cutPaper() async { return await SunmiPrinterPlusPlatform.instance.cutPaper(); }