From d8d263cb8953246c2decfcb86dea6298e4daefc2 Mon Sep 17 00:00:00 2001 From: OutdatedGuy Date: Thu, 23 May 2024 08:13:25 +0530 Subject: [PATCH] docs: invalid variable name in dart doc comment --- lib/cached_video_player_plus.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cached_video_player_plus.dart b/lib/cached_video_player_plus.dart index 4db0952..f30328a 100644 --- a/lib/cached_video_player_plus.dart +++ b/lib/cached_video_player_plus.dart @@ -435,7 +435,7 @@ class CachedVideoPlayerPlusController ].contains(defaultTargetPlatform); } - /// Return true if caching is supported and [_skipCache] is false. + /// Return true if caching is supported and [skipCache] is false. bool get _shouldUseCache => _isCachingSupported && !skipCache; String _getCacheKey(String dataSource) {