buildBoomerang

inline fun buildBoomerang(builder: Boomerang.() -> Unit): Boomerang(source)

Creates a new Boomerang instance and configures it using the provided builder function.

This is a convenient way to create and populate a Boomerang in a single expression. Works on all supported platforms (Android, iOS, Desktop).

Return

The configured Boomerang instance

Parameters

builder

A function that configures the Boomerang instance