getNamesAsList method

Future<List<String>> getNamesAsList()

Get all marketing names of the device as list. Lookup results are cached. For web browsers the browser name delivered by device_info_plus is forwarded. If no marketing names were found the model name is returned.

Implementation

Future<List<String>> getNamesAsList() async => (await getNames()).getList();