ScopedCreate<T> typedef

ScopedCreate<T> = T Function(ScopedReader watch)

The function that ScopedProviders uses to create their state.

Implementation

typedef ScopedCreate<T> = T Function(ScopedReader watch);