sendResult

fun <R : Parcelable> NavigationResultRequest<R>.sendResult(result: R)

Send a fake result to collectors of this request. Can be used to test the result handling logic.