getCurrentUid method

Future getCurrentUid()

获取当前播放资源的uid

Implementation

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