Using dart rpc can you label a API method as "async"? I see in the documentation you can return a future, but when I try to label the method async it seems to create a lot of problems.
Dart RPC API Method using async
154 views Asked by BeatingToADifferentRobot At
2
Async is supported. Thanks to the support on this thread. https://github.com/dart-lang/rpc/issues/29