create Annotation From Instant Json Single
fun AnnotationProvider.createAnnotationFromInstantJsonSingle(annotationJson: String): Single<Annotation>
Deprecated
AnnotationProviderRxJava is temporary and will be removed in a future release. Migrate to the suspend APIs on AnnotationProvider.
Creates an annotation via AnnotationProvider.createAnnotationFromInstantJson as a Single.