Better error handling
This commit is contained in:
parent
8ba5641591
commit
36c618170e
4 changed files with 25 additions and 11 deletions
|
|
@ -21,7 +21,6 @@ class _QuickActionsInitializerState extends State<QuickActionsInitializer> {
|
|||
void initState() {
|
||||
super.initState();
|
||||
quickActions.initialize((shortcutType) async {
|
||||
developer.log('action $shortcutType');
|
||||
switch (shortcutType) {
|
||||
case 'start':
|
||||
bg.BackgroundGeolocation.start();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue