cutPaper method

  1. @override
Future<String?> cutPaper(
  1. CutPaperType type
)
override

Implementation

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