apiCall method
Implementation
apiCall(NetworkState store) async =>
await post(this.endpoint(store.https, store.apiEndpoint.value),
headers: headers(store),
encoding: Encoding.getByName("application/json"));
apiCall(NetworkState store) async =>
await post(this.endpoint(store.https, store.apiEndpoint.value),
headers: headers(store),
encoding: Encoding.getByName("application/json"));