Back to Flutter Boost

remove method

doc/api/boost_navigator/BoostNavigator/remove.html

5.0.2615 B
Original Source

remove method

voidremove(

  1. String uniqueId,
  2. {Map<String, dynamic> arguments}

)

Remove the page with the given uniqueId from hybrid stack.

This API is for backwards compatibility. Please use BoostNavigator.pop instead.

Implementation

void remove(String uniqueId, {Map<String, dynamic> arguments}) =>
    appState.removeWithResult(uniqueId, arguments);