getUUID method

String? getUUID()

Implementation

String? getUUID() {
  return loginObj?.udid;
}