setDataCharactersticUUID method

Future<String?> setDataCharactersticUUID(
  1. String url
)

Implementation

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