AsyncFunction typedef

AsyncFunction = FutureOr Function()

Implementation

typedef AsyncFunction = FutureOr<dynamic> Function();