MiniProgramController.runtime constructor

MiniProgramController.runtime(
  1. MiniProgramRuntime runtime, {
  2. MiniProgramNavigationDelegate? navigationDelegate,
  3. bool disposeRuntime = false,
})

Implementation

MiniProgramController.runtime(
  MiniProgramRuntime runtime, {
  this.navigationDelegate,
  bool disposeRuntime = false,
}) : _config = null,
     _runtime = runtime,
     _disposeInjectedRuntime = disposeRuntime;