readIndex<V> method

FutureOr<V> readIndex<V>(
  1. VMContext context,
  2. int index
)

Implementation

FutureOr<V> readIndex<V>(VMContext context, int index) {
  throw UnsupportedError("Can't read index for type: $type");
}