abstract class BaseApiServices { Future getApi(String url); Future postApi(var data, String url); }