createScriptProcessor method Null safety

ScriptProcessorNode createScriptProcessor (
  1. [int? bufferSize,
  2. int? numberOfInputChannels,
  3. int? numberOfOutputChannels]
)

Implementation

ScriptProcessorNode createScriptProcessor(
    [int? bufferSize,
    int? numberOfInputChannels,
    int? numberOfOutputChannels]) native;