removeAtIndex static method

UpdateAppStateMutation removeAtIndex(
  1. String field,
  2. Object? index
)

Implementation

static UpdateAppStateMutation removeAtIndex(String field, Object? index) =>
    UpdateAppStateMutation.removeAtIndex(field, index);