We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15eb1cb commit 1cabe7cCopy full SHA for 1cabe7c
shell/platform/android/io/flutter/embedding/engine/dart/DartExecutor.java
@@ -226,7 +226,7 @@ public String getIsolateServiceId() {
226
}
227
228
/** Callback interface invoked when the isolate identifier becomes available. */
229
- interface IsolateServiceIdListener {
+ public interface IsolateServiceIdListener {
230
void onIsolateServiceIdAvailable(@NonNull String isolateServiceId);
231
232
0 commit comments