Untitled
unknown
dart
a year ago
253 B
4
Indexable
static String getCustomerId(String? userId){ return '${ApiUrl.environment}_${userId}_${Constants.user_type}'; } static String getProviderId(String? providerId){ return '${ApiUrl.environment}_${providerId}_${Constants.provider_type}'; }
Editor is loading...
Leave a Comment