Showing
2 changed files
with
2 additions
and
1 deletions
@@ -132,7 +132,7 @@ class _QrCodeWidget extends Widget { | @@ -132,7 +132,7 @@ class _QrCodeWidget extends Widget { | ||
132 | } catch (ex) { | 132 | } catch (ex) { |
133 | if (onError != null) { | 133 | if (onError != null) { |
134 | _hasError = true; | 134 | _hasError = true; |
135 | - this.onError(ex); | 135 | + onError(ex); |
136 | } | 136 | } |
137 | } | 137 | } |
138 | } | 138 | } |
-
Please register or login to post a comment