getLoggedInUserId function
Stub method for getLoggedInUserId.
Implementation
Future<String?> getLoggedInUserId({
required String auth0Domain,
required String auth0ClientId,
String? redirectUri,
}) =>
throw UnsupportedError(
'This is the stub method, use the active method instead.',
);