clearCachedData method
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', {});
}
Delete all collected data in the local cache, including the cached data that fails to be sent.
Future<void> clearCachedData() async {
await _channel.invokeMethod('clearCachedData', {});
}