customSections method
Returns a List of module's custom binary sections by sectionName
.
Implementation
List<ByteBuffer> customSections(String sectionName) =>
_Module.customSections(jsObject, sectionName).cast();
Returns a List of module's custom binary sections by sectionName
.
List<ByteBuffer> customSections(String sectionName) =>
_Module.customSections(jsObject, sectionName).cast();