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