deviceName method

Future<String> deviceName()

Implementation

Future<String> deviceName() async {
  await init();
  return reader.deviceName();
}