wrap dart object to js.

This commit is contained in:
ekibun
2021-01-18 02:02:12 +08:00
parent 8e950c5b14
commit 7de32aac0b
9 changed files with 104 additions and 29 deletions

View File

@@ -113,6 +113,7 @@ class RuntimeOpaque {
List<JSRef> ref = [];
ReceivePort port;
Future Function(Pointer) promiseToFuture;
Pointer Function(Object) objectWrapper;
}
final Map<Pointer, RuntimeOpaque> runtimeOpaques = Map();