Unverified Commit 5e467bda authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

Remove @protected annotation on ImageProvider.obtainKey (#34600)

parent a772d4d3
...@@ -375,7 +375,6 @@ abstract class ImageProvider<T> { ...@@ -375,7 +375,6 @@ abstract class ImageProvider<T> {
/// arguments and [ImageConfiguration] objects should return keys that are /// arguments and [ImageConfiguration] objects should return keys that are
/// '==' to each other (possibly by using a class for the key that itself /// '==' to each other (possibly by using a class for the key that itself
/// implements [==]). /// implements [==]).
@protected
Future<T> obtainKey(ImageConfiguration configuration); Future<T> obtainKey(ImageConfiguration configuration);
/// Converts a key into an [ImageStreamCompleter], and begins fetching the /// Converts a key into an [ImageStreamCompleter], and begins fetching the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment