onSend property

Stream<Map<String, dynamic>> onSend

Fires events when the usage library sends any data over the network. This will not fire if analytics has been disabled or if the throttling algorithm has been engaged.

This method is public to allow library clients to more easily test their analytics implementations.

Implementation

Stream<Map<String, dynamic>> get onSend;