allocatePointer method
- @override
- @nonVirtual
- RaylibTemp temp,
- String key, [
- int count = 1
override
Implementation
@override
@nonVirtual
Pointer<C> allocatePointer(RaylibTemp temp, String key, [int count = 1])
=> throw UnsupportedError('$runtimeType: is just a view; cannot allocate it externally.');