menu
flutter_peer package
documentation
connection/base_connection.dart
BaseConnection
count property
count property
dark_mode
light_mode
count
property
int
get
count
inherited
Get the unique count of events registered in the emitter.
Implementation
int get count => _listeners.length;
flutter_peer package
documentation
connection/base_connection
BaseConnection
count property
BaseConnection class