getSingleName method

Future<String> getSingleName()

Get one marketing name of the device. If multiple names match the model, the first match is selected. Lookup results are cached. For web browsers the browser name delivered by device_info_plus is forwarded.

Implementation

Future<String> getSingleName() async => (await getNames()).getFirst();