AppRunner typedef

AppRunner = FutureOr<void> Function()

app main 函数的执行逻辑

Implementation

typedef AppRunner = FutureOr<void> Function();