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