dynamic toUint8Array(List<int> data) => (context["Uint8Array"] as dynamic).callMethod("from", [JsObject.jsify(data)]);