getUseCase method

U getUseCase(
  1. WidgetRef ref
)

Implementation

U getUseCase(WidgetRef ref) {
  return ref.read(buildNotifier());
}