getImagePath method
Implementation
Future getImagePath() async {
final response = await apiRequest('GET', '${Api_Url}/api/constants', null);
ImagePathData = response['data'];
}
Future getImagePath() async {
final response = await apiRequest('GET', '${Api_Url}/api/constants', null);
ImagePathData = response['data'];
}