getWebId static method

Future<String?> getWebId()

Get the current user's WebID.

Implementation

static Future<String?> getWebId() async {
  return await AuthDataManager.getWebId();
}