sendHomePageRoute method

Future sendHomePageRoute(
  1. String? route
)

Implementation

Future sendHomePageRoute(String? route) {
  return _methodChannel.invokeMethod(
      DStackConstant.sendHomePageRoute, {"homePageRoute": route});
}