getServiceCharactersticUUID method

Future<String?> getServiceCharactersticUUID()

Implementation

Future<String?> getServiceCharactersticUUID() {
  throw UnimplementedError(
      'getServiceCharactersticUUID() has not been implemented.');
}