isSupportedPlatform property

  1. @override
bool isSupportedPlatform

Whether this algorithm is expected to be able to use platform APIs.

Implementation

@override
bool get isSupportedPlatform =>
    FlutterCryptography.isPluginPresent && (isAndroid || isCupertino);