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