Example #1
0
 public async Task DismissBusyIndicatorAsync()
 {
     _busyIndicator.Dismiss();
     await Task.FromResult <object>(null);
 }