getImagePath method

Future getImagePath()

Implementation

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