close method

Future<void> close()

Close the sync system and free resources.

Implementation

Future<void> close() async {
  await _syncSystem.close();
}