get Form Element For Annotation Async
abstract fun getFormElementForAnnotationAsync(@NonNull annotation: WidgetAnnotation): Maybe<FormElement>
Finds a form element for widget annotation, asynchronously.
Return
Maybe emitting a FormElement value in `onSuccess()` or just ending with `onComplete()`.
Parameters
annotation
Widget annotation to search for.