cutPaper method
Implementation
Future<GertecResponse> cutPaper(CutPaperType type) async {
return GertecResponse.fromJson(
await GertecPrinterPlatform.instance.cutPaper(type) ?? '{}');
}
Future<GertecResponse> cutPaper(CutPaperType type) async {
return GertecResponse.fromJson(
await GertecPrinterPlatform.instance.cutPaper(type) ?? '{}');
}