David PHAM-VAN

Fix warning in example

@@ -2,6 +2,7 @@ @@ -2,6 +2,7 @@
2 2
3 ## 1.3.24 3 ## 1.3.24
4 4
  5 +- Fix warning in example
5 - Format Java code 6 - Format Java code
6 7
7 ## 1.3.23 8 ## 1.3.23
@@ -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 }