GetStateUpdate typedef

GetStateUpdate = void Function()

Replaces StateSetter, returning whether the Widget is mounted for extra validation. If this brings overhead, consider removing the extra call.

Implementation

typedef GetStateUpdate = void Function();