deviceID method

Future<String> deviceID()

Implementation

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