getCurrentPosition method

Future getCurrentPosition()

获取当前播放位置

Implementation

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