ToFireDelegate<T> typedef

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

Implementation

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