mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
7 lines
228 B
Dart
7 lines
228 B
Dart
// Copyright 2021 The Flutter team. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
const String homeRoute = '/home';
|
|
// TODO(abd99): Add new routes.
|