serviceUrlPaths top-level property

Map<Service, String> serviceUrlPaths
getter/setter pair

Implementation

Map<Service, String> serviceUrlPaths = {
  Service.email: '/email',
  Service.whatsapp: '/whatsapp',
};