getCurrentLiveTime method

Future getCurrentLiveTime()

直播时移,获取直播时间

Implementation

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