searchAnnotationsJson abstract method

Future<String> searchAnnotationsJson(
  1. String query, {
  2. int? pageIndex,
})

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});