lemmur-app-android/lib/util/unawaited.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) {}