getPreviousScope method

ScopedState<StatefulWidget>? getPreviousScope()

Implementation

ScopedState? getPreviousScope() {
  return of(context);
}