We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3963b8 commit 1d53702Copy full SHA for 1d53702
sdk/lib/core/resource.dart
@@ -7,6 +7,9 @@ part of dart.core;
7
/**
8
* A resource that can be read into the program.
9
*
10
+ * WARNING: This API is _experimental_,
11
+ * and it may be changed or removed in future releases
12
+ *
13
* A resource is data that can be located using a URI and read into
14
* the program at runtime.
15
* The URI may use the `package` scheme to read resources provided
0 commit comments