# capacitor-plugin-local-notifications **Repository Path**: 3433/capacitor-plugin-local-notifications ## Basic Information - **Project Name**: capacitor-plugin-local-notifications - **Description**: 本地通知插件本地通知插件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-08 - **Last Updated**: 2022-07-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # capacitor-plugin-local-notifications 本地通知 ## Install ```bash npm install capacitor-plugin-local-notifications npx cap sync ``` ## API * [`echo(...)`](#echo) ### echo(...) ```typescript echo(options: { value: string; }) => Promise<{ value: string; }> ``` | Param | Type | | ------------- | ------------------------------- | | **`options`** | { value: string; } | **Returns:** Promise<{ value: string; }> --------------------