We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3472959 commit 7089731Copy full SHA for 7089731
1 file changed
cw_monero/lib/api/wallet.dart
@@ -11,6 +11,7 @@ import 'package:cw_monero/api/types.dart';
11
import 'package:ffi/ffi.dart';
12
import 'package:ffi/ffi.dart' as pkgffi;
13
import 'package:flutter/foundation.dart';
14
+import 'package:stackwallet/utilities/util.dart';
15
16
int _boolToInt(bool value) => value ? 1 : 0;
17
0 commit comments