dispatchAsync property

  1. @Deprecated("Use `dispatchAndWait` instead. This will be removed.")
DispatchAsync<St> dispatchAsync

Implementation

@Deprecated("Use `dispatchAndWait` instead. This will be removed.")
DispatchAsync<St> get dispatchAsync => _store.dispatchAndWait;