// Use of this source code is governed by a BSD-style license that can be// found in the LICENSE file.import'dart:ui'asui;import'package:flutter_driver/driver_extension.dart';// To use this test: "flutter drive --route '/smuggle-it' lib/route.dart"voidmain(){enableFlutterDriverExtension(handler:(Stringmessage)async{returnui.window.defaultRouteName;});}