paramsScopeId function
Implementation
@Riverpod(dependencies: [SelectedElementNotifier])
String paramsScopeId(Ref ref) {
  return ref.watch(selectedElementNotifierProvider) ?? '';
}@Riverpod(dependencies: [SelectedElementNotifier])
String paramsScopeId(Ref ref) {
  return ref.watch(selectedElementNotifierProvider) ?? '';
}