init method

dynamic init()

Implementation

init() async {
  await this.loadApplication();
  this.loadPrivacy();
}