WIP
This commit is contained in:
parent
002e62b86e
commit
3cf6fe5e69
|
@ -138,8 +138,6 @@ class _BottomArrowLinkedLocalsComponentWidgetState
|
|||
return null;
|
||||
}
|
||||
|
||||
static Future<void> _handleError(
|
||||
BuildContext context, String errorMsg) async {
|
||||
static Future<void> _handleError(
|
||||
BuildContext context, String errorMsg) async {
|
||||
await DialogUtil.error(context, errorMsg);
|
||||
|
|
Loading…
Reference in New Issue