service_api.dart 209 Bytes
abstract class ServiceApi {
  static const String getOwnerAgreementInfo =
      '/clx-user/app/driverInfo/getDriverAgreementInfo';

  static const String uploadImage = '/msl-document/fileUpload/uploadForm';
}