whenStarts property

Future<void> whenStarts

Completes when a subscription actually starts listening for messages.

  • This Future will be rebuilt each subscription loop.
  • If current subscription loop fails, this future will complete with an exception.
  • Each Future retrieved with this getter is guaranteed to complete before the next subscribe loop request starts.

Implementation

Future<void> get whenStarts => _manager.whenStarts;