close method

Future<void> close()

Releases the lifecycle subscriptions and closes the change stream.

Implementation

Future<void> close() => _dispose(releaseSubscriptions: true);