openModal abstract method

  1. @Deprecated('Add context param to W3MService and use openModalView() instead')
Future<void> openModal(
  1. BuildContext context, [
  2. 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

@Deprecated('Add context param to W3MService and use openModalView() instead')
Future<void> openModal(BuildContext context, [Widget? startWidget]);