present method

  1. @override
Future<void> present()
override

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

@override
Future<void> present() {
  return methodChannel.invokeMethod<void>('present');
}