setCurrentRoute static method

dynamic setCurrentRoute(
  1. String currentRoute
)

Implementation

static setCurrentRoute(String currentRoute) {
  _channel.invokeListMethod("setCurrentRoute", currentRoute);
}