Future<User> undeleteUser(User user) async { return await CardinalSdkPlatformInterface.instance.apis.user.undeleteUser( _sdkId, user, ); }