ExposeStatesConvertible<T, E> typedef

ExposeStatesConvertible<T, E> = void Function(ScopeExpose scope, Getter<T> getValue, Getter<States<E>> getStates)

Implementation

typedef ExposeStatesConvertible<T, E> = void Function(
  ScopeExpose scope,
  Getter<T> getValue,
  Getter<States<E>> getStates
);