mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 18:02:55 +08:00
docs(launch-review): add missing bracket (#3062)
This commit is contained in:
parent
09ca1a1843
commit
b217bdb62a
@ -18,7 +18,7 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
|
|||||||
* ...
|
* ...
|
||||||
*
|
*
|
||||||
* this.launchReview.launch()
|
* this.launchReview.launch()
|
||||||
* .then(() => console.log('Successfully launched store app');
|
* .then(() => console.log('Successfully launched store app'));
|
||||||
*
|
*
|
||||||
* if(this.launchReview.isRatingSupported()){
|
* if(this.launchReview.isRatingSupported()){
|
||||||
* this.launchReview.rating()
|
* this.launchReview.rating()
|
||||||
|
Loading…
Reference in New Issue
Block a user