Future<bool> permission() async { final status = await Permission.camera.status; return status.isGranted; }