getVolume method

Future getVolume()

获取播放器的音量(非系统音量)

Implementation

Future<dynamic> getVolume() async {
  return FlutterAliPlayerFactory.methodChannel
      .invokeMethod('getVolume', wrapWithPlayerId());
}