From f663d2a9dceca5ae4f594411a118779c04cec939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Thu, 3 Nov 2022 17:27:55 +0800 Subject: Path related functions are not needed --- midtrans.dart | 2 -- 1 file changed, 2 deletions(-) (limited to 'midtrans.dart') diff --git a/midtrans.dart b/midtrans.dart index 3855925..3fa0ea8 100644 --- a/midtrans.dart +++ b/midtrans.dart @@ -1,8 +1,6 @@ import 'dart:ffi'; import 'dart:io'; - import 'package:ffi/ffi.dart'; -import 'package:path/path.dart' as path; class MidtransTransaction extends Struct { Pointer order_id; -- cgit v1.2.3