requestPhonePermissions property

Future<bool?> requestPhonePermissions

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

Implementation

Future<bool?> get requestPhonePermissions =>
    _foregroundChannel.invokeMethod<bool>(REQUEST_PHONE_PERMISSION);