getUniqueId method

Future<String?> getUniqueId()

Implementation

Future<String?> getUniqueId() {
  return _instance.getUniqueId();
}