Replies: 3 comments 2 replies
-
Hmm, you current code seems the same as
And that's supported. |
Beta Was this translation helpful? Give feedback.
0 replies
-
No, I hope he is like this. Future<Future<String> testFutureFn(); final future = await testFutureFn();
...
...
...
final result = await future;
print(result); |
Beta Was this translation helpful? Give feedback.
1 reply
-
It worked, it would be even better if he could call await in flutter naturally instead of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I hope that the impl Future<Output = String> returned by Rust can be called by Dart.
Beta Was this translation helpful? Give feedback.
All reactions