sendQueuedHits static method

Future<void> sendQueuedHits()

Sends all queued hits to Analytics, regardless of the current hit batch settings.

Implementation

static Future<void> sendQueuedHits() =>
    _channel.invokeMethod<void>('sendQueuedHits');