loadPrivacy method
dynamic
loadPrivacy()
Implementation
loadPrivacy() async {
this.privacy = await rootBundle.loadString('PRIVACY');
CryLogger.debug(this.privacy);
}
loadPrivacy() async {
this.privacy = await rootBundle.loadString('PRIVACY');
CryLogger.debug(this.privacy);
}