getContext static method

BuildContext? getContext()

Implementation

static BuildContext? getContext() {
  return instance.context;
}