getCsoundDart function

Csound getCsoundDart({
  1. Function? onReady,
  2. Function? onStop,
})

Implementation

Csound getCsoundDart({Function? onReady, Function? onStop}) => throw UnsupportedError("Cannot find a working implementation of Csound for this platform");