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