Commands - DIPSAS/DIPS.Xamarin.UI GitHub Wiki
AsyncCommand
Creates a task based ICommand to help clean up view models when using the MVVM-pattern. We want to minimize the amount of async void code. This command supports exception handling, by absorbing exceptions, unless you specify how you want to handle it.
Samples can be found here.