getCurrentProgressNotifier method

  1. @Deprecated('use currentProgressNotifier instead$deprecatedTips')
ValueNotifier<int> getCurrentProgressNotifier()

Implementation

@Deprecated('use currentProgressNotifier instead$deprecatedTips')
ValueNotifier<int> getCurrentProgressNotifier() {
  return currentProgressNotifier;
}