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