menu
miniaudio_dart_web package
documentation
bindings/memory_web.dart
allocate function
allocate function
dark_mode
light_mode
allocate
function
int
allocate
(
int
byteLength
)
Implementation
int allocate(int byteLength) => _malloc(byteLength.toJS).toDartInt;
miniaudio_dart_web package
documentation
bindings/memory_web
allocate function
miniaudio_memory library