isNativeReviewDialogSupported property

Future<bool?> isNativeReviewDialogSupported

Returns whether native review dialog is supported.

Implementation

Future<bool?> get isNativeReviewDialogSupported =>
    _channel.invokeMethod<bool>('isNativeDialogSupported');