GetAtomValue<T> typedef

GetAtomValue<T> = void Function(ValueNotifier<T> atomValue)

Implementation

typedef GetAtomValue<T> = void Function(ValueNotifier<T> atomValue);