putBoomerangsList

abstract fun putBoomerangsList(key: String, boomerangs: List<Boomerang>)(source)

Stores a list of Boomerang instances with the given key. This allows for storing collections of nested data structures.

Parameters

key

The key to store the list under

boomerangs

The list of Boomerang instances to store