cutPaper method

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

Cut the paper.

Implementation

@override
Future<String?> cutPaper() async {
  return await methodChannel.invokeMethod<String>('cutPaper');
}