pendingMessageCount property
The number of incomplete/pending calls sent to the platform channels.
Implementation
int get pendingMessageCount => _pendingMessages.length;
The number of incomplete/pending calls sent to the platform channels.
int get pendingMessageCount => _pendingMessages.length;