enrollMobileAuthentication method

Future<void> enrollMobileAuthentication()

Enroll for MobileAuthentication (enable OTP)

Implementation

Future<void> enrollMobileAuthentication() async {
  await api.enrollMobileAuthentication();
}