Using that, I would expect the `onFinishedListener...
# getting-started
r
Using that, I would expect the
onFinishedListener
to default to
{-> null}
, but instead I get
Reference has a nullable type '(() -> Unit?)?', use explicit '?.invoke()' to make a function-like call instead