deletePendingUploads static method
This method is used for deleting all the pending Session that is not uploaded.
Implementation
static Future<void> deletePendingUploads() async {
await _channel.invokeMethod('deletePendingUploads');
}
This method is used for deleting all the pending Session that is not uploaded.
static Future<void> deletePendingUploads() async {
await _channel.invokeMethod('deletePendingUploads');
}