isSupportedPlatform property
bool
get
isSupportedPlatform
Whether this algorithm is expected to be able to use platform APIs.
Implementation
@override
bool get isSupportedPlatform =>
FlutterCryptography.isPluginPresent &&
((isAndroid && secretKeyLength != 24) || isCupertino);