feat: add barcode scanner plugin (#536)

This commit is contained in:
Lucas Fernandes Nogueira
2023-09-14 09:34:04 -03:00
committed by GitHub
parent eccd6f977a
commit 454428cd50
84 changed files with 2992 additions and 27 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ pub fn init<R: Runtime, C: DeserializeOwned>(
Ok(Notification(app.clone()))
}
/// Access to the {{ plugin_name }} APIs.
/// Access to the notification APIs.
pub struct Notification<R: Runtime>(AppHandle<R>);
impl<R: Runtime> crate::NotificationBuilder<R> {