playString abstract method
Play a sound from the given string
.
Implementation
Sound playString({
required final String string,
final bool keepAlive = false,
final double gain = 0.7,
final bool looping = false,
final double pitchBend = 1.0,
});