present method
Always full-screen in v1 — see the design spec's §2 rationale (a WebView nested inside a host scroll container produces gesture/keyboard-inset bugs that never fully resolve).
Implementation
Future<void> present() {
throw UnimplementedError('present() has not been implemented.');
}