onDeviceUserRegister method

void onDeviceUserRegister(
  1. String uid,
  2. String name,
  3. String age,
  4. String email,
  5. String phone,
  6. String gender,
  7. String token,
  8. String profileUrl,
  9. String dob,
  10. String education,
  11. bool employed,
  12. bool married,
  13. String adId,
)

Implementation

void onDeviceUserRegister(String uid, String name, String age, String email, String phone, String gender, String token, String profileUrl, String dob, String education, bool employed, bool married,String adId) {
  throw UnimplementedError('onDeviceUserRegister() has not been implemented');
}