Exemplo n.º 1
0
 private async Task RemoveAsync(PopupPage page)
 => await PopupPlatform.RemoveAsync(page);
Exemplo n.º 2
0
        // Private

        private async Task AddAsync(PopupPage page)
        => await PopupPlatform.AddAsync(page);