openModalView abstract method

Future<void> openModalView([
  1. Widget? startWidget
])

Opens the modal with the provided startWidget (if any). If none is provided, the default state will be used based on platform.

Implementation

Future<void> openModalView([Widget? startWidget]);