unawaited function

void unawaited(
  1. Future future
)

Implementation

void unawaited(Future<dynamic> future) {
  // noop
}