requestPermission method
Requests permission to access contacts.
readOnly
- If true, requests read-only permission.
Implementation
Future<PermissionStatus> requestPermission({bool readOnly = false}) {
throw UnimplementedError('requestPermission() has not been implemented.');
}