getCountriesById<T> method
Returns information about countries by their IDs.
Implementation
Future<ApiResponse<T>> getCountriesById<T>(Map<String, Object> params) =>
_api.request<T>('database.getCountriesById', params);
Returns information about countries by their IDs.
Future<ApiResponse<T>> getCountriesById<T>(Map<String, Object> params) =>
_api.request<T>('database.getCountriesById', params);