release method

  1. @override
Future<void> release(
  1. Duration timeout,
  2. String topic, {
  3. Context? ctx,
})
override

Release the channel session.

Implementation

@override
Future<void> release(Duration timeout, String topic, {Context? ctx}) async {
  return await _h.invoke(this, _methods['release']!, [timeout, topic], ctx);
}