getCurrentUtcTime method

Future getCurrentUtcTime()

获取当前播放位置的utc时间

Implementation

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