The type of d.data is plain List<int> , not Uint8List . A List does not have a buffer getter, so the type system complains.
確定! 回上一頁