getConnectedDevices method

Future<List<NotificationDeviceInfo>> getConnectedDevices()

Implementation

Future<List<NotificationDeviceInfo>> getConnectedDevices() =>
    guardZebra(() async => _map(await _api.getConnectedDevices()));