get Flattened Annotation Replies Async
abstract fun getFlattenedAnnotationRepliesAsync(@NonNull annotation: Annotation): Single<List<Annotation>>
Gets all flattened replies (all replies included but no nesting) to a particular annotation asynchronously. The sort order is determined by the creation date.
Return
Single that emits a list of all replies (flattened) to the given annotation.
Parameters
annotation
Annotation whose replies we're fetching.