isBatchMode property

bool isBatchMode

When in batch mode, events will be added to a queue and send in batch every _uploadInterval

Implementation

bool get isBatchMode => _uploadInterval.compareTo(Duration.zero) != 0;