mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-01-11 15:29:30 -05:00
e80984332d
Dart, as of version 2.1.1, has a linter rule called 'unnecessary_await_in_return', described as 'Avoid returning an awaited expression when the expression type is assignable to the function's return type'. This can be found at https://dart.dev/tools/linter-rules/unnecessary_await_in_return VSCode applied that linter rule automatically, and I am tired of the warnings, so I'm submitting this. :) |
||
---|---|---|
.. | ||
default_config.dart | ||
routing_context.dart | ||
routing_context.freezed.dart | ||
routing_context.g.dart | ||
veilid_api_exception.dart | ||
veilid_config.dart | ||
veilid_config.freezed.dart | ||
veilid_config.g.dart | ||
veilid_crypto.dart | ||
veilid_encoding.dart | ||
veilid_ffi.dart | ||
veilid_js.dart | ||
veilid_plugin_stub_web.dart | ||
veilid_state.dart | ||
veilid_state.freezed.dart | ||
veilid_state.g.dart | ||
veilid_stub.dart | ||
veilid_table_db.dart | ||
veilid.dart |