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