switchToLoudspeaker static method

dynamic switchToLoudspeaker()

切换到免提(扬声器)

Implementation

static switchToLoudspeaker() {
  _methodChannel.invokeMethod("switchToLoudspeaker");
}