observable Unsafe
inline fun <T> observableUnsafe(crossinline onSubscribe: (observer: ObservableObserver<T>) -> Unit): Observable<T>
⚠️ Advanced use only: creates an instance of Observable without any safeguards by calling onSubscribe with an ObservableObserver.
Please refer to the corresponding RxJava document.