This commit is contained in:
ekibun
2021-01-22 16:33:25 +08:00
parent 257dfd9e96
commit c7da8abb67
6 changed files with 15 additions and 5 deletions

View File

@@ -59,7 +59,7 @@ final DynamicLibrary qjsLib = Platform.environment['FLUTTER_TEST'] == 'true'
? DynamicLibrary.open("flutter_qjs_plugin.dll")
: Platform.isAndroid
? DynamicLibrary.open("libqjs.so")
: DynamicLibrary.process());
: DynamicLibrary.process());
/// JSValue *jsThrowInternalError(JSContext *ctx, char *message)
final Pointer Function(