updateCustom method
void
updateCustom(
- State? fn(
- State? custom
Updates the custom state using a mutator function.
Implementation
void updateCustom(State? Function(State? custom) fn) =>
session.updateCustom(fn);