DoughStatusCallback typedef
DoughStatusCallback =
void Function(DoughStatus status)
A callback used to indicate a change in DoughStatus.
Implementation
typedef DoughStatusCallback = void Function(DoughStatus status);
A callback used to indicate a change in DoughStatus.
typedef DoughStatusCallback = void Function(DoughStatus status);