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