systemPop method

Future<void> systemPop({
  1. bool animated = true,
})

Implementation

Future<void> systemPop({bool animated = true}) =>
    SystemNavigator.pop(animated: animated);