Reads a single-value Zebra OEMinfo content URI (e.g. the Bluetooth MAC).
Future<String?> resolveCursorUri(String uri) => guardZebra(() => _api.resolveCursorUri(uri));