currentWebId property
Current authenticated user's WebID.
Returns null if not authenticated. Updated when UpdateAuthMessage
is received from main thread.
Implementation
@override
String? get currentWebId => _webId;
Current authenticated user's WebID.
Returns null if not authenticated. Updated when UpdateAuthMessage
is received from main thread.
@override
String? get currentWebId => _webId;