provider property
Implementation
static final provider =
StateNotifierProvider.autoDispose<CouplesViewModel, CouplesState>(
(ref) => CouplesViewModel(),
);
static final provider =
StateNotifierProvider.autoDispose<CouplesViewModel, CouplesState>(
(ref) => CouplesViewModel(),
);