customSections method

List<ByteBuffer> customSections(
  1. String sectionName
)

Returns a List of module's custom binary sections by sectionName.

Implementation

List<ByteBuffer> customSections(String sectionName) =>
    _Module.customSections(jsObject, sectionName).cast();