getDeviceName method

String getDeviceName()

Implementation

String getDeviceName() {
  // 여기에서 실제 기기 이름을 가져오는 코드를 작성합니다.
  return 'DeviceName';
}