openFlutterPage abstract method

Future? openFlutterPage(
  1. String pageName, {
  2. Map<String, dynamic>? params,
  3. dynamic function(
    1. dynamic funParam
    )?,
  4. bool transparentRoute,
  5. bool fullscreenDialog,
  6. bool needClearStack,
  7. bool needCloseCurrent,
})

Implementation

Future<dynamic>? openFlutterPage(
  String pageName, {
  Map<String, dynamic>? params,
  Function(dynamic funParam)? function,
  bool transparentRoute,
  bool fullscreenDialog,
  bool needClearStack,
  bool needCloseCurrent,
});