getAnnotations static method
Returns a list of JSON dictionaries for all the annotations of the given type on the given pageIndex.
Implementation
static Future<dynamic> getAnnotations(int pageIndex, String type) async =>
    NutrientFlutterPlatform.instance
        .getAnnotations(pageIndex, annotationTypeFromString(type));