getKey method

String getKey(
  1. String name,
  2. RouteLifecycleStateChanged routeLifecycleStateChanged
)

Implementation

String getKey(
    String name, RouteLifecycleStateChanged routeLifecycleStateChanged) {
  return "$name$SPLIT${routeLifecycleStateChanged.hashCode}";
}