onSend property

  1. @override
Stream<Map<String, dynamic>> onSend
inherited

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

@override
Stream<Map<String, dynamic>> get onSend => _sendController.stream;