blob: 2d454997b9e32ed34a610aebf8fe6c7e04625858 [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:chat/main.dart' as chatapp;
void main() {
enableFlutterDriverExtension();
chatapp.start('Alice', 0);
}