FutureServiceStatusGetters extension
Utility getter extensions for the Future<ServiceStatus>
type.
- on
Properties
-
isDisabled
→ Future<
bool> -
Available on Future<
If the service for the permission is disabled.ServiceStatus> , provided by the FutureServiceStatusGetters extensionno setter -
isEnabled
→ Future<
bool> -
Available on Future<
If the service for the permission is enabled.ServiceStatus> , provided by the FutureServiceStatusGetters extensionno setter -
isNotApplicable
→ Future<
bool> -
Available on Future<
If the permission does not have an associated service on the current platform.ServiceStatus> , provided by the FutureServiceStatusGetters extensionno setter