increment method

void increment()

Implementation

void increment() => setSuccess((state.data ?? 0) + 1);