FutureServiceStatusGetters extension

Utility getter extensions for the Future<ServiceStatus> type.

on

Properties

isDisabled Future<bool>
If the service for the permission is disabled.
no setter
isEnabled Future<bool>
If the service for the permission is enabled.
no setter
isNotApplicable Future<bool>
If the permission does not have an associated service on the current platform.
no setter