url function

String url(
  1. String path
)

Implementation

String url(String path) => '${env<String>('APP_URL')}/$path';