DevSupportManager constructor

DevSupportManager(
  1. GlobalConfigs configs,
  2. bool enableDev,
  3. String serverHost,
  4. String bundleName,
  5. String remoteServerUrl,
)

Implementation

DevSupportManager(
  GlobalConfigs configs,
  bool enableDev,
  String serverHost,
  String bundleName,
  String remoteServerUrl
) {
  _devImp = DevFactory.create(configs, enableDev, serverHost, bundleName, remoteServerUrl);
  _supportDev = enableDev;
}