isIosSupported property

bool get isIosSupported

Checks if iOS is supported by this service.

Implementation

bool get isIosSupported => platforms.contains(SupportedPlatform.ios);