photos method

Future<bool> photos()

Implementation

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