menu
flutter_scene_importer package
documentation
third_party/flat_buffers.dart
DefaultAllocator
allocate method
allocate method
dark_mode
light_mode
allocate
method
@
override
ByteData
allocate
(
int
size
)
override
Allocate a
ByteData
buffer of a given size.
Implementation
@override ByteData allocate(int size) => ByteData(size);
flutter_scene_importer package
documentation
third_party/flat_buffers
DefaultAllocator
allocate method
DefaultAllocator class