getInstance static method

RCRTCAudioMixer getInstance()

Implementation

static RCRTCAudioMixer getInstance() {
  if (_instance == null) _instance = RCRTCAudioMixer._();
  return _instance!;
}