pendingMessageCount property

int pendingMessageCount

The number of incomplete/pending calls sent to the platform channels.

Implementation

int get pendingMessageCount => _pendingMessages.length;