getCurrentUid method
获取当前播放资源的uid
Implementation
Future<dynamic> getCurrentUid() {
return FlutterAliPlayerFactory.methodChannel
.invokeMethod("getCurrentUid", wrapWithPlayerId());
}
获取当前播放资源的uid
Future<dynamic> getCurrentUid() {
return FlutterAliPlayerFactory.methodChannel
.invokeMethod("getCurrentUid", wrapWithPlayerId());
}