openModal abstract method
- @Deprecated('Add context param to W3MService and use openModalView() instead')
- BuildContext context, [
- 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]);