forgotPassword method
Forgot password — auto-stores forgetToken.
Implementation
Future<CkAuthResult<void>> forgotPassword({
required Map<String, dynamic> body,
Map<String, String>? headers,
}) => CkAuthService.instance.forgotPassword(body: body, headers: headers);