mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
parent
e7e419bc83
commit
01150ef2a7
213 changed files with 23972 additions and 672 deletions
6
cw_haven/lib/api/haven_api.dart
Normal file
6
cw_haven/lib/api/haven_api.dart
Normal file
|
@ -0,0 +1,6 @@
|
|||
import 'dart:ffi';
|
||||
import 'dart:io';
|
||||
|
||||
final DynamicLibrary havenApi = Platform.isAndroid
|
||||
? DynamicLibrary.open("libcw_haven.so")
|
||||
: DynamicLibrary.open("cw_haven.framework/cw_haven");
|
Loading…
Add table
Add a link
Reference in a new issue