useMetalDelegateForIOS property
set
useMetalDelegateForIOS
(bool useMetal)
Set true to use Metal Delegate for iOS
Implementation
set useMetalDelegateForIOS(bool useMetal) {
if (Platform.isIOS) {
addDelegate(GpuDelegate());
}
}