onStreamResumed method
- int h
To be called when the stream has been resumed
Implementation
@visibleForTesting
Future<void> onStreamResumed(int h) async {
_streamResumed = true;
await _handleAckResponse(StreamManagementAckNonza(h));
// Retransmit the rest of the queue
await _resendStanzas();
}