MyoroTableConfigurationRequest<T> typedef

MyoroTableConfigurationRequest<T> = FutureOr<Set<T>> Function()

Request of the items of the MyoroTable.

Implementation

typedef MyoroTableConfigurationRequest<T> = FutureOr<Set<T>> Function();