isEnabled method

Future<bool> isEnabled()

Whether the active notification device is currently enabled.

Returns false when there is no active device (e.g. before initDevice or after deinitDevice).

Implementation

Future<bool> isEnabled() => guardZebra(() => _api.isEnabled());