getCurrentLiveTime method
直播时移,获取直播时间
Implementation
Future<dynamic> getCurrentLiveTime() async {
return FlutterAliPlayerFactory.methodChannel
.invokeMethod('getCurrentLiveTime', wrapWithPlayerId());
}
直播时移,获取直播时间
Future<dynamic> getCurrentLiveTime() async {
return FlutterAliPlayerFactory.methodChannel
.invokeMethod('getCurrentLiveTime', wrapWithPlayerId());
}