未验证 提交 326157ee 编写于 作者: J Jonah Williams 提交者: GitHub

[null-safety] fix Scene.toImage declaration (#21983)

上级 727a9283
......@@ -37,7 +37,7 @@ class Scene extends NativeFieldWrapperClass2 {
);
}
String _toImage(int width, int height, _Callback<_Image> callback) native 'Scene_toImage';
String? _toImage(int width, int height, _Callback<_Image> callback) native 'Scene_toImage';
/// Releases the resources used by this scene.
///
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册