Grial-UI-Kit-Support
Grial-UI-Kit-Support copied to clipboard
ILayoutDirectionServiceLocator equivalent for MAUI
I am migrating Xamarin to MAUI. In my app I have
ILayoutDirectionService _LayoutDirectionService = DependencyService.Get<ILayoutDirectionServiceLocator>().Service;
I need the equivalent code for getting the layout direction service in MAUI as I do not see ILayoutDirectionServiceLocator in the grial kit for maui