launchOf static method

dynamic launchOf(
  1. BuildContext context
)

Implementation

static launchOf(BuildContext context) {
  UI.context = context;
}