sharedProfilesSupportedForPlatform function
Implementation
bool sharedProfilesSupportedForPlatform({required bool isMacOS, required bool isWindows}) {
return isMacOS || isWindows;
}
bool sharedProfilesSupportedForPlatform({required bool isMacOS, required bool isWindows}) {
return isMacOS || isWindows;
}