/
magnusroot
/
flutter
Обзор
Документация
Войти
/
magnusroot
/
flutter
Код
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
dev/devicelab/bin/tasks/linux_chrome_dev_mode.dart
10 строк
361 B
Ben Konyi
Reapply "Make device debuggable if useDwdsWebSocketConnection is true … (#173551)" (#173628)
12 авг 2025, 20:23
Не верифицирован
12 авг 2025, 20:23
c4ce6a8
Код
Авторство
О чём код?
// Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'package:flutter_devicelab/framework/framework.dart'; import 'package:flutter_devicelab/tasks/web_dev_mode_tests.dart'; Future<void> main() async { await task(createWebDevModeTest()); }