cutPaper method
Implementation
@override
Future<String?> cutPaper(CutPaperType type) async {
return await methodChannel.invokeMethod('CUT_PAPER', {"cut": type.value});
}
@override
Future<String?> cutPaper(CutPaperType type) async {
return await methodChannel.invokeMethod('CUT_PAPER', {"cut": type.value});
}