finishTransaction method

Future<GertecResponse> finishTransaction()

Implementation

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