presentFlutterDialog method
Present a Flutter dialog in a transparent native container.
The native side creates a transparent Activity/ViewController with a new Flutter engine. Flutter renders the dialog content (barrier, animation, positioning) over the native screen underneath.
Implementation
@override
Future<void> presentFlutterDialog(PageSettings page) async {
pushedPages.add(page);
}