blob: 6999253625fc3b1e91922d9f62305e2572397a2e [file] [log] [blame]
// Copyright 2016 The Vanadium 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_driver/driver_extension.dart';
import 'package:minus/main.dart' as minusapp;
void main() {
enableFlutterDriverExtension();
minusapp.main();
}