updatePassword method
Reset password.
Implementation
Future<CkAuthResult<void>> updatePassword({
required Map<String, dynamic> body,
Map<String, String>? headers,
}) => CkAuthService.instance.updatePassword(body: body, headers: headers);
Reset password.
Future<CkAuthResult<void>> updatePassword({
required Map<String, dynamic> body,
Map<String, String>? headers,
}) => CkAuthService.instance.updatePassword(body: body, headers: headers);