close method

Future<void> close()

Closes the two way binding.

Implementation

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