Commit ad8ed82a authored by ouxiang's avatar ouxiang

code optimize

parent 830659cf
...@@ -28,7 +28,7 @@ class _AssestPlatformChannelState extends State<AssestPlatformChannel> { ...@@ -28,7 +28,7 @@ class _AssestPlatformChannelState extends State<AssestPlatformChannel> {
} }
setState(() { setState(() {
_imageData = imageData; _imageData = imageData;
_tttt = 'aaaaa'; _tttt = _imageData.runtimeType.toString();
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment