onShow<T> typedef

onShow<T> = Future<T?> Function()

Implementation

typedef onShow<T> = Future<T?> Function();