Untitled

Anonymous
dart
08/07/2024 4:45 PM
340 B
36
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