enrollMobileAuthentication method
Enroll for MobileAuthentication (enable OTP)
Implementation
Future<void> enrollMobileAuthentication() async {
await api.enrollMobileAuthentication();
}
Enroll for MobileAuthentication (enable OTP)
Future<void> enrollMobileAuthentication() async {
await api.enrollMobileAuthentication();
}