podcastsPath property

Future<String> podcastsPath

get Podcasts path.

Implementation

static Future<String> get podcastsPath async {
  return await _channel.invokeMethod('getPodcastsPath') ?? '';
}