Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Formatting
  • Loading branch information
justinmc committed Jun 12, 2023
commit cb003af593f5b72b277a37f12f1d184dedec8674
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,10 @@ public interface PlatformPluginDelegate {
/**
* The Flutter application would or would not like to handle navigation pop events itself.
*
* <p> Relevant for registering and unregistering the app's OnBackInvokedCallback for the
* <p>Relevant for registering and unregistering the app's OnBackInvokedCallback for the
* Predictive Back feature.
*/
default void setFrameworkHandlesBack(boolean frameworkHandlesBacks) {
}
default void setFrameworkHandlesBack(boolean frameworkHandlesBacks) {}
}

@VisibleForTesting
Expand Down