defaultModalWillClose method

Future<bool> defaultModalWillClose()

Implementation

Future<bool> defaultModalWillClose() async {
  modalErrorShake();
  return selection!.isValid;
}