find method

dynamic find(
  1. String name
)

Finds a channel by its name.

Implementation

external find(String name);