1 implementation of SetAsync
Microsoft.Maui.Essentials (1)
AppActions\AppActions.ios.cs (1)
24
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);