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