watch

open fun watch(    onNext: (T?) -> Unit,     onError: (Exception) -> Unit,     onCompleted: () -> Unit,     coroutineScope: CoroutineScope = MainScope()): FlowWrapperWatchToken