menu
universal_flutter_utils package
documentation
utils/permissions/index.dart
UFPermissionUtils
getVideosPermission method
getVideosPermission method
dark_mode
light_mode
getVideosPermission
method
Future
<
bool
>
getVideosPermission
(
)
Implementation
Future<bool> getVideosPermission() async { return await _handlePermission(Permission.videos); }
universal_flutter_utils package
documentation
utils/permissions/index
UFPermissionUtils
getVideosPermission method
UFPermissionUtils class