1 implementation of SetAsync
Microsoft.Maui.Essentials (1)
AppActions\AppActions.netstandard.tvos.watchos.macos.tizen.cs (1)
15 public Task SetAsync(IEnumerable<AppAction> actions) =>
2 references to SetAsync
Microsoft.Maui.Essentials (2)
AppActions\AppActions.shared.cs (2)
96 => Current.SetAsync(actions); 104 => Current.SetAsync(actions);