paramsScopeId function

  1. @Riverpod(dependencies: [SelectedElementNotifier])
String paramsScopeId(
  1. Ref ref
)

Implementation

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