getMovieFilePath method
- Movie movie
override
Gets the file path for a movie file (used for sharing). Local storage doesn't have shareable file paths, so this returns null.
Implementation
@override
String? getMovieFilePath(Movie movie) => _manager.getMovieFilePath(movie);