rappel facultatif de Kotlin

fun method(callback: () -> Unit = {}) {
  // Do stuff...

  callback()
}
davwheat