readKey<V> method

FutureOr<V> readKey<V>(
  1. VMContext context,
  2. Object key
)

Implementation

FutureOr<V> readKey<V>(VMContext context, Object key) {
  throw UnsupportedError("Can't read key for type: $type");
}