Load<T> typedef

Load<T> = List<T> Function(BuildContext context)

Implementation

typedef Load<T> = List<T> Function(BuildContext context);