Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix analyzer warning. (flutter#4715)
* Fix analyzer warning. warning • This function declares a return type of 'Future<void>', but doesn't end with a return statement at flutter/frontend_server/lib/server.dart:340:1 • missing_return * Remove await * Ignore warning.
- Loading branch information