Ejemplo n.º 1
0
        private async void InitApp()
        {
            await FHClient.Init();

            FHClient.RegisterPush(NotificationReceived);
            ShowMessage("App Ready!");
        }