getPlayerName method

Future getPlayerName()

获取播放时使用的播放器名字

Implementation

Future<dynamic> getPlayerName() {
  return FlutterAliPlayerFactory.methodChannel
      .invokeMethod("getPlayerName", wrapWithPlayerId());
}