FutureServiceStatusGetters extension

Utility getter extensions for the Future<ServiceStatus> type.

on

Properties

isDisabled Future<bool>

Available on Future<ServiceStatus>, provided by the FutureServiceStatusGetters extension

If the service for the permission is disabled.
no setter
isEnabled Future<bool>

Available on Future<ServiceStatus>, provided by the FutureServiceStatusGetters extension

If the service for the permission is enabled.
no setter
isNotApplicable Future<bool>

Available on Future<ServiceStatus>, provided by the FutureServiceStatusGetters extension

If the permission does not have an associated service on the current platform.
no setter