createNewOobrPlaceByContributor method

Future<bool> createNewOobrPlaceByContributor(
  1. dynamic params
)

Implementation

Future<bool> createNewOobrPlaceByContributor(params) async {
  NetworkResponse response =
      await _api.createNewOobrPlaceByContributor(params);
  return response.data ?? false;
}