@override Future<String?> getPublicDownloadsDirectory() async { return await methodChannel.invokeMethod<String>( 'getPublicDownloadsDirectory', ); }