abstract class BoxFnDartFnFutureBool implements RustOpaqueInterface {}
3. When I use the `start` function in Dart, I cannot return a bool value in the `callback`. Is it a bug, or how can I use the `start` function correctly? The analyzer error report is `The argument type 'Future<bool> Function()' can't be assigned to the parameter type 'BoxFnDartFnFutureBool'.`.
### Steps to reproduce
Just do as the description above.
### Logs
```shell
No logs.
Describe the bug
abstract class BoxFnDartFnFutureBool implements RustOpaqueInterface {}
Expected behavior
No response
Generated binding code
No response
OS
No response
Version of
flutter_rust_bridge_codegen
No response
Flutter info
No response
Version of
clang++
No response
Additional context
No response