stopSoundStream method

Future<bool> stopSoundStream()

Implementation

Future<bool> stopSoundStream() async {
  return await _stopSoundCgi();
}