You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cake_wallet/cw_wownero/lib/api/wownero_api.dart

6 lines
198 B

import 'dart:ffi';
import 'dart:io';
final DynamicLibrary wowneroApi = Platform.isAndroid
? DynamicLibrary.open("libcw_wownero.so")
: DynamicLibrary.open("cw_wownero.framework/cw_wownero");