GetValue<T> typedef

GetValue<T> = FutureOr<T?> Function(String key)

Implementation

typedef GetValue<T> = FutureOr<T?> Function(String key);