Gets the stored user ID of the current user Returns null if no user is authenticated
Future<String?> getStoredUserId() => TokenStorage.getUserId();