release method

  1. @MPI(name: "mesh.chan.release")
Future<void> release(
  1. Duration timeout,
  2. String topic, {
  3. Context? ctx,
})

Release the channel session.

Implementation

@MPI(name: "mesh.chan.release")
Future<void> release(Duration timeout, String topic, {Context? ctx}) {
  throw UnimplementedError('release() has not been implemented.');
}