mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
update
This commit is contained in:
@@ -56,7 +56,7 @@ export interface AuthorizationData {
|
||||
*
|
||||
* @usage
|
||||
* ```typescript
|
||||
* import { SpotifyAuth } from '@ionic-native/spotify-auth';
|
||||
* import { SpotifyAuth } from '@ionic-native/spotify-auth/ngx';
|
||||
*
|
||||
* // [...]
|
||||
*
|
||||
@@ -82,7 +82,7 @@ export interface AuthorizationData {
|
||||
*
|
||||
* // [...]
|
||||
*
|
||||
* this.spotifyAuth.forget().then(() => console.log("We're logged out!"));
|
||||
* this.spotifyAuth.forget();
|
||||
*
|
||||
* // [...]
|
||||
* ```
|
||||
|
||||
Reference in New Issue
Block a user