allocateInto method

  1. @override
  2. @nonVirtual
void allocateInto(
  1. RaylibTemp temp,
  2. Pointer<C> p,
  3. String key
)
override

Implementation

@override
@nonVirtual
void allocateInto(RaylibTemp temp, Pointer<C> p, String key)
  => throw UnsupportedError('$runtimeType: is just a view; cannot allocate externally.');