requestPhoneAndSmsPermissions property

Future<bool?> requestPhoneAndSmsPermissions

Request the user for all the phone and sms permissions listed in the app's AndroidManifest.xml

Implementation

Future<bool?> get requestPhoneAndSmsPermissions =>
    _foregroundChannel.invokeMethod<bool>(REQUEST_PHONE_AND_SMS_PERMISSION);