isClassSupported method

bool isClassSupported({
  1. TargetPlatform? platform,
})

Checks whether this controller is available on platform.

Implementation

bool isClassSupported({TargetPlatform? platform}) =>
    params.isClassSupported(platform: platform);