Respond to mobile authentication with OTP
Future<void> handleMobileAuthWithOtp(String data) async { await api.handleMobileAuthWithOtp(data); }