Jonny Borges
Committed by GitHub

Merge pull request #406 from TheGhostDevlopper/master

replace apiModel with null
... ... @@ -8,7 +8,7 @@ class HomeProvider {
return ApiModel.fromJson(response.data);
} catch (e) {
print(e.toString());
return ApiModel();
return null;
}
}
}
... ...