isAndroidSupported property

bool get isAndroidSupported

Checks if Android is supported by this service.

Implementation

bool get isAndroidSupported => platforms.contains(SupportedPlatform.android);