getMoviesPath method

Future<String?> getMoviesPath()

Implementation

Future<String?> getMoviesPath() {
  throw UnimplementedError('getMoviesPath() has not been implemented.');
}