ProxyStores<T> typedef

ProxyStores<T> = List<Store> Function(T payload)

Implementation

typedef List<Store> ProxyStores<T>(T payload);