checkOK method

bool checkOK({
  1. bool passString = false,
})

Implementation

bool checkOK({bool passString = false}) => (success && (passString || data is! String || msg == _msgForgetPassword));