getRootContext method

BuildContext? getRootContext()

Implementation

BuildContext? getRootContext() {
  return _rootContext;
}