Skip to content

Commit 1cabe7c

Browse files
Make DartExecutor.IsolateServiceIdListener public (flutter#28806)
1 parent 15eb1cb commit 1cabe7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/android/io/flutter/embedding/engine/dart/DartExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public String getIsolateServiceId() {
226226
}
227227

228228
/** Callback interface invoked when the isolate identifier becomes available. */
229-
interface IsolateServiceIdListener {
229+
public interface IsolateServiceIdListener {
230230
void onIsolateServiceIdAvailable(@NonNull String isolateServiceId);
231231
}
232232

0 commit comments

Comments
 (0)