isSupported property

bool get isSupported

Whether the running platform can attach encoded transforms.

true on Android, iOS and macOS; false on web, Windows and Linux, where every other method throws UnsupportedError.

Implementation

static bool get isSupported => encryptionManagerIsSupported;