The private _ libraries should not be advertised as importable. Moving them to the src directory. I noticed this while browsing our dart docs. This should remove the underscore entries.  Replaces https://github.com/flutter/flutter/pull/137197.
6 lines
237 B
Dart
6 lines
237 B
Dart
// Copyright 2014 The Flutter Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
export '_callback_io.dart' if (dart.library.html) '_callback_web.dart';
|