class SMMSApi { static const String BASE_URL = 'https://sm.ms/api/v2/'; static const String GET_PROFILE = 'profile'; static const String UPLOAD = 'upload'; static const String DELETE = 'delete'; }