We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1d0cd commit b9cb05fCopy full SHA for b9cb05f
resources/views/docs/mobile/2/apis/scanner.md
@@ -19,7 +19,7 @@ use Native\Mobile\Events\Scanner\CodeScanned;
19
Scanner::scan();
20
21
// Listen for scan results
22
-#[OnNative(Scanned::class)]
+#[OnNative(CodeScanned::class)]
23
public function handleScan($data, $format, $id = null)
24
{
25
Dialog::toast("Scanned: {$data}");
0 commit comments