Download status of paywall
@override Future<String?> getDownloadStatus() async { final result = await methodChannel.invokeMethod<String?>( getDownloadStatusMethodName, ); return result; }