resume abstract method

Future<void> resume()

Resumes paused synchronization.

Unlike enable, it does not process entities, but only unlocks synchronization. Background synchronization will also be started.

Implementation

Future<void> resume();