public static interface PlatformPlugin.PlatformPluginDelegate
PlatformPlugin
generally has default behaviors implemented for platform
functionalities requested by the Flutter framework. However, functionalities exposed through
this interface could be customized by the more public-facing APIs that implement this interface
such as the FlutterActivity
or the FlutterFragment
.Modifier and Type | Method and Description |
---|---|
boolean |
popSystemNavigator()
Allow implementer to customize the behavior needed when the Flutter framework calls to pop
the Android-side navigation stack.
|
boolean popSystemNavigator()
OnBackPressedDispatcher
will be executed.