deletePendingUploads static method

Future<void> deletePendingUploads()

This method is used for deleting all the pending Session that is not uploaded.

Implementation

static Future<void> deletePendingUploads() async {
  await _channel.invokeMethod('deletePendingUploads');
}