getUuid method

  1. @override
String getUuid()
override

Returns the UUID of the characteristics

Implementation

@override
String getUuid() {
  return uuid;
}