waitForUpload method

Future<void> waitForUpload()

Waits for the Session to finish all pending uploads.

Implementation

Future<void> waitForUpload() => realmCore.sessionWaitForUpload(this);