Cuts the paper after printing.
Returns a String indicating the result or null if unsuccessful.
null
Future<String?> cutPaper() async { return await SunmiPrinter.cutPaper(); }