1
0
mirror of https://github.com/krawieck/lemmur/ synced 2024-12-15 10:04:13 +01:00
lemmur-app-android/lib/util/unawaited.dart

4 lines
146 B
Dart
Raw Normal View History

2021-01-03 18:03:59 +01:00
/// Explicitely indicate to the `unawaited_futures` lint
2021-01-03 18:06:40 +01:00
/// that the future is not awaited for on purpose
2021-01-03 18:03:59 +01:00
void unawaited<T>(Future<T> future) {}