updateEmail abstract method

Future<Response> updateEmail(
  1. String email,
  2. String newEmail,
  3. String jwt
)

Updates the user email to newEmail

Implementation

Future<Response> updateEmail(String email, String newEmail, String jwt);