searchAnnotationsJson abstract method
Searches annotations by query string (low-level transport).
Prefer the typed searchAnnotations for most use cases.
If pageIndex is provided, the search is scoped to that page.
Returns a JSON string of matching annotations.
Implementation
Future<String> searchAnnotationsJson(String query, {int? pageIndex});