launchNativeReviewDialog method

Future<void> launchNativeReviewDialog()

Launches the native review dialog. You should check for isNativeReviewDialogSupported before running the method.

Implementation

Future<void> launchNativeReviewDialog() =>
    _channel.invokeMethod('launchNativeReviewDialog');