Back to Flutter Boost

removeWithResult method

doc/api/flutter_boost_app/FlutterBoostAppState/removeWithResult.html

5.0.2498 B
Original Source

removeWithResult method

voidremoveWithResult(

  1. [String uniqueId,
  2. Map<String, dynamic> result]

)

Implementation

void removeWithResult([String uniqueId, Map<String, dynamic> result]) {
  _completePendingResultIfNeeded(uniqueId, result: result);
  pop(uniqueId: uniqueId, result: result);
}