Deletes a user and all its data from the device as well as the server.
Future<void> deleteUser(User user) async { return await realmCore.deleteUser(this, user); }