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) {}