stopSvrMixer method

Future<void> stopSvrMixer()

Implementation

Future<void> stopSvrMixer() async {
  return await CrImpl.instance.stopSvrMixer();
}