contacts method

Future<bool> contacts()

Implementation

Future<bool> contacts() async {
  return await _validatePermission(Permission.contacts);
}