resetPassword method

Future<CkAuthResult<void>> resetPassword({
  1. required Map<String, dynamic> body,
  2. Map<String, String>? headers,
})

Reset password.

Implementation

Future<CkAuthResult<void>> resetPassword({
  required Map<String, dynamic> body,
  Map<String, String>? headers,
}) => CkAuthService.instance.resetPassword(body: body, headers: headers);