release method

Future<void> release()

Implementation

Future<void> release() {
  return _controller?.release() ?? Future.value(null);
}