uploadPendingSession static method
This method is used for performing manual trigger for uploading sessions that are not uploaded.
Implementation
static Future<void> uploadPendingSession() async {
await _channel.invokeMethod('uploadPendingSession');
}