ValuesProvider typedef

ValuesProvider = FutureOr Function()

Implementation

typedef ValuesProvider = FutureOr<dynamic> Function();