Graduate 'flutter' domain from experimental, remove unused methods and fields.

We could also remove FlutterCorrections, because right now we don't
use it, but we will restore it soon as we get new Flutter domain
methods.

R=brianwilkerson@google.com, devoncarew@google.com

Change-Id: I084fe5acbe5d854673c7247d734aeca1f8d721af
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/108364
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
Konstantin Shcheglov
2019-07-08 22:03:24 +00:00
committed by commit-bot@chromium.org
parent a945888627
commit 8a1dcdae68
16 changed files with 279 additions and 1850 deletions
@@ -778,17 +778,6 @@ public interface AnalysisServer {
*/
public void execution_setSubscriptions(List<String> subscriptions);
/**
* {@code flutter.getChangeAddForDesignTimeConstructor}
*
* Return the change that adds the forDesignTime() constructor for the widget class at the given
* offset.
*
* @param file The file containing the code of the class.
* @param offset The offset of the class in the code.
*/
public void flutter_getChangeAddForDesignTimeConstructor(String file, int offset, GetChangeAddForDesignTimeConstructorConsumer consumer);
/**
* {@code flutter.setSubscriptions}
*