startTransaction method

Future<GertecResponse> startTransaction()

Implementation

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