install static method

dynamic install()

Need to install before use.

Implementation

static install() {
  _stream = _eventChannel.receiveBroadcastStream();
}