StoreSubscribe typedef

StoreSubscribe = void Function() Function(void ())

A callback that subscribes to an external store and returns its cleanup.

Implementation

typedef StoreSubscribe = void Function() Function(void Function());