isIosSupported property
bool
get
isIosSupported
Checks if iOS is supported by this service.
Implementation
bool get isIosSupported => platforms.contains(SupportedPlatform.ios);
Checks if iOS is supported by this service.
bool get isIosSupported => platforms.contains(SupportedPlatform.ios);