clearQueue static method

Future<void> clearQueue()

Force delete, without sending to Analytics, all hits being stored or batched on the SDK.

Implementation

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