获取播放的当前时长
@override Future getCurrentPosition() async { return await methodChannel?.invokeMethod('getCurrentPosition'); }