getDeviceName static method

Future<String> getDeviceName()

Get the name of the device which was given by the hardware manufacturer.

Implementation

static Future<String> getDeviceName() => _getDeviceName();