resolveCursorUri method

Future<String?> resolveCursorUri(
  1. String uri
)

Reads a single-value Zebra OEMinfo content URI (e.g. the Bluetooth MAC).

Implementation

Future<String?> resolveCursorUri(String uri) =>
    guardZebra(() => _api.resolveCursorUri(uri));