Change `@TODO` to `TODO:`
This commit is contained in:
parent
16d490c0ad
commit
e1608d9f32
|
@ -5,6 +5,6 @@ Future<void> urlLauncher(String url) async {
|
|||
await ul.launch(url);
|
||||
} else {
|
||||
throw Exception();
|
||||
// @TODO handle opening links to stuff in app
|
||||
// TODO: handle opening links to stuff in app
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue