isAndroidSupported property
bool
get
isAndroidSupported
Checks if Android is supported by this service.
Implementation
bool get isAndroidSupported => platforms.contains(SupportedPlatform.android);
Checks if Android is supported by this service.
bool get isAndroidSupported => platforms.contains(SupportedPlatform.android);