io api settings api
This commit is contained in:
@@ -15,4 +15,10 @@ class PinAPIServices {
|
||||
final response = await NetworkApiService().post(url, data);
|
||||
return response;
|
||||
}
|
||||
|
||||
Future<ResponseData> updatePin(Map<String, dynamic> data) async {
|
||||
String url = ApiEndpoints.updatePinApi;
|
||||
final response = await NetworkApiService().post(url, data);
|
||||
return response;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user