camera method

Future<bool> camera()

Implementation

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