pendingMessageCount property

int get pendingMessageCount

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

Implementation

int get pendingMessageCount => _pendingMessages.length;