mirror of
https://github.com/wgh136/flutter_qjs.git
synced 2025-09-27 21:37:24 +00:00
convert js Map to dart Map
This commit is contained in:
@@ -192,7 +192,7 @@ class _JSFunction extends _JSObject implements JSInvokable, _IsolateEncodable {
|
||||
}
|
||||
|
||||
@override
|
||||
call(List<dynamic> args) => invoke(args);
|
||||
call(List<dynamic> args, [dynamic thisVal]) => invoke(args, thisVal);
|
||||
}
|
||||
|
||||
/// Dart function wrapper for isolate
|
||||
|
Reference in New Issue
Block a user