• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright 2019 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5import 'package:flutter_devicelab/framework/framework.dart';
6import 'package:flutter_devicelab/tasks/web_dev_mode_tests.dart';
7
8Future<void> main() async {
9  await task(createWebDevModeTest());
10}
11