isClassSupported method
- TargetPlatform? platform,
Checks whether this controller is available on platform.
Implementation
bool isClassSupported({TargetPlatform? platform}) =>
params.isClassSupported(platform: platform);
Checks whether this controller is available on platform.
bool isClassSupported({TargetPlatform? platform}) =>
params.isClassSupported(platform: platform);