switchMicrophone method

Future<void> switchMicrophone(
  1. bool on
)

切换麦克风状态 on true开启,false关闭

Implementation

Future<void> switchMicrophone(bool on) {
  throw UnimplementedError('switchMicrophone() has not been implemented.');
}