enroll method
To register for a new enrollment request
Implementation
Future<AtEnrollmentResponse> enroll(
String atSign, EnrollmentRequest enrollmentRequest) async {
AtAuthService authService =
AtClientMobile.authService(atSign, atClientPreference);
return authService.enroll(enrollmentRequest);
}