getUUID method

Future<String> getUUID()

Implementation

Future<String> getUUID() {
  return DeviceDetailPlatform.instance.getUUID();
}