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.

Implementation

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