closeUntilLast abstract method

void closeUntilLast({
  1. Map<String, Object?>? resultMap,
})

Close the current top most location and every location after it until the last location is visible.

resultMap of String location path to Object as result for screen.

Implementation

void closeUntilLast({final Map<String, Object?>? resultMap});