close method

  1. @override
Future close()

Close the watch and free up any state resources.

Implementation

@override
Future close() => _client.watchClose(this, send: true);