Refactoring: Stateful entity widgets

This commit is contained in:
estevez
2018-10-02 00:41:40 +03:00
parent 4a0b447f00
commit 9e97bac85b
12 changed files with 184 additions and 144 deletions

View File

@ -32,7 +32,7 @@ class TheLogger {
}
class haUtils {
class HAUtils {
static void launchURL(String url) async {
if (await canLaunch(url)) {
await launch(url);