clearCachedData method

Future<void> clearCachedData()

Delete all collected data in the local cache, including the cached data that fails to be sent.

Implementation

Future<void> clearCachedData() async {
  await _channel.invokeMethod('clearCachedData', {});
}