sentry diagnostics
This commit is contained in:
@@ -40,6 +40,10 @@ class BottomNavigator {
|
||||
Navigator.of(context).pop();
|
||||
Navigator.of(context).pushNamed('home');
|
||||
|
||||
break;
|
||||
case 1:
|
||||
throw new StateError('This is a Dart exception on event.');
|
||||
|
||||
break;
|
||||
case 2:
|
||||
Navigator.of(context).pop();
|
||||
|
||||
Reference in New Issue
Block a user