menu
loan_sdk_package package
documentation
app/data/values/urls.dart
Urls
getOtp static method
getOtp static method
dark_mode
light_mode
getOtp
static method
String
getOtp
(
{
required
String
baseUrlType
,
})
Implementation
static String getOtp({required String baseUrlType}) => "${Env.getBaseUrl()[baseUrlType]}/auth/otp";
loan_sdk_package package
documentation
app/data/values/urls
Urls
getOtp static method
Urls class