setStringFunc typedef

setStringFunc = void Function(Pointer<Void> csound, Pointer<Utf8> channelName, Pointer<Utf8> value)

Implementation

typedef setStringFunc = void Function(
    Pointer<Void> csound, Pointer<Utf8> channelName, Pointer<Utf8> value);