onEvent property

Implementation

static Stream<BaseCallEvent> get onEvent =>
    _eventChannel.receiveBroadcastStream().map(_toCallEvent);