ExternalStoreSubscribe typedef
ExternalStoreSubscribe =
Dispose Function(VoidCallback notify)
Subscribes notify to an external store and returns its unsubscribe
callback.
Implementation
typedef ExternalStoreSubscribe = Dispose Function(VoidCallback notify);