mirror of
https://github.com/krawieck/lemmur/
synced 2024-12-15 10:04:13 +01:00
4 lines
146 B
Dart
4 lines
146 B
Dart
/// Explicitely indicate to the `unawaited_futures` lint
|
|
/// that the future is not awaited for on purpose
|
|
void unawaited<T>(Future<T> future) {}
|