isClassSupported method
- TargetPlatform? platform,
Check if the current class is supported by the defaultTargetPlatform or a specific platform.
Implementation
bool isClassSupported({TargetPlatform? platform}) =>
_PlatformWebViewEnvironmentCreationParamsClassSupported.isClassSupported(
platform: platform,
);