getAudioPlayoutVolume method Null safety

Future<int?> getAudioPlayoutVolume()

获取 SDK 播放音量

Implementation

Future<int?> getAudioPlayoutVolume() {
  return _channel.invokeMethod('getAudioPlayoutVolume');
}