executePushAction method

Future<void> executePushAction(
  1. GlobalKey<NavigatorState> navigatorKey
)

Implementation

Future<void> executePushAction(GlobalKey<NavigatorState> navigatorKey) {
  return FlutterselligentPlatform.instance.executePushAction(navigatorKey);
}